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. ====== ItemCount ====== Property of [[:scripting:api:base-tool-bar:start|IBaseToolBar]] ===== Description ===== Returns items count ===== Property type ===== Read-Only Property of type **[[scripting:api:data-type:long|long]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var nVal = BaseToolBar.ItemCount; </code>==== Visual Basic Script ==== <code vb> nVal = BaseToolBar.ItemCount </code>==== C++ ==== <code cpp> long nVal; HRESULT hr = BaseToolBar.get_ItemCount(&nVal); </code>===== See Also ===== [[:scripting:api:base-tool-bar:start|IBaseToolBar]] ~~NOTOC~~