InfoConnect for Airlines
Count Property (ContextMenu)


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