Property of IListPane
Returns Item Count
Read-Only Property of type long
var nVal = ListPane.ItemCount;
nVal = ListPane.ItemCount
long nVal; HRESULT hr = ListPane.get_ItemCount(&nVal);
IListPane