Method of IBaseToolBar
Remove button from the toolbar
BaseToolBar.RemoveButton(nIndex);
==== Visual Basic Script ====
BaseToolBar.RemoveButton nIndex
==== C++ ====
HRESULT hr = BaseToolBar.RemoveButton(nIndex);
===== See Also ===== IBaseToolBar