ItemCount
Property of IStatusBar
Description
Returns items count
Property type
Read-Only Property of type ULONG
Syntax
JavaScript
var nCount = StatusBar.ItemCount;
==== Visual Basic Script ====
nCount = StatusBar.ItemCount
==== C++ ====
ULONG nCount; HRESULT hr = StatusBar.get_ItemCount(&nCount);
===== See Also ===== IStatusBar