ItemCount

Property of IMenuObject

Description

Returns items count

Property type

Read-Only Property of type ULONG

Syntax

JavaScript

var nCount = MenuObject.ItemCount;

Visual Basic Script

nCount = MenuObject.ItemCount

C++

ULONG nCount;
HRESULT hr = MenuObject.get_ItemCount(&nCount);

See Also

IMenuObject