SECCustomToolBar::AddButton

voidSECCustomToolBar::AddButton(intnIndex, intnID, BOOLbSeparator, BOOLbNoUpdate)

Inserts the given button into the toolbar.

Defined in: tbarcust.cpp

Return Value

void.

Parameters

nIndex

The button index within the toolbar to insert the new button.

nID

The command ID of the new button

bSeparator

True if this item is to be a separator, otherwise false.

bNoUpdate

True if RecalcLayout should NOT be invoked to resize the toolbar to allow for the new button, otherwise false.