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. ====== ShowInToolbar ====== Property of [[:scripting:api:tool-handler:start|IToolHandler]] ===== Description ===== Returns "Show in Toolbar" flag ===== Property type ===== Read-Write Property of type **[[scripting:api:data-type:VARIANT_BOOL|VARIANT_BOOL]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var bValue = ToolHandler.ShowInToolbar; ToolHandler.ShowInToolbar = bValue; </code>==== Visual Basic Script ==== <code vb> bValue = ToolHandler.ShowInToolbar ToolHandler.ShowInToolbar = bValue </code>==== C++ ==== <code cpp> VARIANT_BOOL bValue; HRESULT hr = ToolHandler.get_ShowInToolbar(&bValue); hr = ToolHandler.put_ShowInToolbar(bValue); </code>===== See Also ===== [[:scripting:api:tool-handler:start|IToolHandler]] ~~NOTOC~~