scripting:api:base-tool-bar:add-button

AddButton

Method of IBaseToolBar

Add button to the toolbar

BaseToolBar.AddButton(pHandler, eStyle);

==== Visual Basic Script ====

BaseToolBar.AddButton pHandler, eStyle

==== C++ ====

HRESULT hr = BaseToolBar.AddButton(pHandler, eStyle);

===== See Also ===== IBaseToolBar