RemoveButton

Method of IBaseToolBar

Description

Remove button from the toolbar

Parameters

Syntax

JavaScript

BaseToolBar.RemoveButton(nIndex);

==== Visual Basic Script ====

BaseToolBar.RemoveButton nIndex

==== C++ ====

HRESULT hr = BaseToolBar.RemoveButton(nIndex);

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