scripting:api:base-tool-bar:item-count

ItemCount

Property of IBaseToolBar

Returns items count

Read-Only Property of type long

var nVal = BaseToolBar.ItemCount;

==== Visual Basic Script ====

nVal = BaseToolBar.ItemCount

==== C++ ====

long nVal;
HRESULT hr = BaseToolBar.get_ItemCount(&nVal);

===== See Also ===== IBaseToolBar