Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== IToolBar ====== Scriptable object, inherited from [[:scripting:api:base-tool-bar:start|IBaseToolBar]] ===== Description ===== ToolBar object ===== Properties ===== ^Property^ Description^ |[[scripting:api:base-tool-bar:item-count|ItemCount]]| Returns items count| |[[scripting:api:tool-bar:name|Name]]| Returns ToolBar Name| |[[scripting:api:tool-bar:verb-id|VerbID]]| Returns ToolBar ID| |[[scripting:api:tool-bar:visible|Visible]]| Returns ToolBar Visibility| ===== Methods ===== ^Method^ Description^ |[[scripting:api:base-tool-bar:add-button|AddButton]]| Add button to the toolbar| |[[scripting:api:tool-bar:add-syntax|AddSyntax]]| Add syntax for which toolbar should be shown| |[[scripting:api:base-tool-bar:command-to-index|CommandToIndex]]| Get command index| |[[scripting:api:base-tool-bar:handler-to-index|HandlerToIndex]]| Get command index by handler| |[[scripting:api:base-tool-bar:insert-button|InsertButton]]| Inserts button to the toolbar| |[[scripting:api:base-tool-bar:remove-button|RemoveButton]]| Remove button from the toolbar| |[[scripting:api:tool-bar:remove-syntax|RemoveSyntax]]| Remove syntax for which toolbar should be shown| ===== See Also ===== [[:scripting:api:tool-bar-manager:get-tool-bar|IToolBarManager::GetToolBar]] #API ~~NOTOC~~