====== ItemCount ======
Property of [[:scripting:api:status-bar:start|IStatusBar]]
===== Description =====
Returns items count
===== Property type =====
Read-Only Property of type **[[scripting:api:data-type:ULONG|ULONG]]**
===== Syntax =====
==== JavaScript ====
var nCount = StatusBar.ItemCount;
==== Visual Basic Script ====
nCount = StatusBar.ItemCount
==== C++ ====
ULONG nCount;
HRESULT hr = StatusBar.get_ItemCount(&nCount);
===== See Also =====
[[:scripting:api:status-bar:start|IStatusBar]]
~~NOTOC~~