InfoConnect for Airlines
Count Property (IContextMenu)


Gets a value indicating how many menu items (including separators) are in this menu.
Syntax
'Declaration
 
ReadOnly Property Count As Integer
'Usage
 
Dim instance As IContextMenu
Dim value As Integer
 
value = instance.Count
int Count {get;}
See Also