InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / ContextMenu Class / Name Property


In This Topic
    Name Property (ContextMenu)
    In This Topic
    Gets a value indicating the descriptive name of this menu.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Name As String
    'Usage
     
    
    Dim instance As ContextMenu
    Dim value As String
     
    value = instance.Name
    public string Name {get;}
    See Also