InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / ContextMenu Class / Count Property


In This Topic
    Count Property (ContextMenu)
    In This Topic
    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