IN_RebuildButtonBar

All Editions image\bltlrgsq_shg.gif Related Functions  image\bltlrgsq_shg.gif Example

The IN_RebuildButtonBar function redraws the specified toolbar. Use it after adding or deleting command buttons, or after changing the availability of command buttons with IN_BatchSetButtonStatus.

Syntax

int IN_RebuildButtonBar( buttonBar )

Parameters

Values

Meaning

SHORT buttonBar

IN_BUTTONBAR_RIBBON (1) Obsolete. Do not use this value in new integrations.
rebuild the View Ribbon

IN_BUTTONBAR_TOOL (2) 
rebuild the Tool Bar

IN_BUTTONBAR_3D (3)  rebuild the 3D toolbar

IN_BUTTONBAR_PAGE_NAVIGATION (4) 
rebuild the Page Navigation toolbar

IN_BUTTONBAR_VIEW (5) 
rebuild the View toolbar

IN_BUTTONBAR_WINDOWS (6) 
rebuild the Windows toolbar

IN_BUTTONBAR_BATCH (7) 
rebuild the Batch toolbar

IN_BUTTONBAR_STANDARD (8) 
rebuild the Standard toolbar

Remarks

You cannot add multiple separators using the same button as a reference.

Release information

Added to Imagenation for Windows in Release 4.50.

Modified in Release 8.0 to support dockable toolbars.

As of Release 5.1, also available in Imagenation for UNIX.

See also

Adding and removing buttons