- Contents
DesignerCOM API
II3IDMenuItems::Count Property
get_Count
Returns the number of items in the collection of menu items.
IDL Function Prototype
HRESULT Count(
[out, retval] long * returnCount
);
C/C++ Syntax
HRESULT get_Count(long * returnCount);
Parameters
- returnCount
-
The return value is the number of items in the menu collection.