====== RemoveButton ====== Method of [[:scripting:api:base-tool-bar:start|IBaseToolBar]] ===== Description ===== Remove button from the toolbar ===== Parameters ===== * [[scripting:api:data-type:long|long]] **nIndex** ===== Syntax ===== ==== JavaScript ==== BaseToolBar.RemoveButton(nIndex); ==== Visual Basic Script ==== BaseToolBar.RemoveButton nIndex ==== C++ ==== HRESULT hr = BaseToolBar.RemoveButton(nIndex); ===== See Also ===== [[:scripting:api:base-tool-bar:start|IBaseToolBar]] ~~NOTOC~~