InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / ContextMenuItem Class / Name Property


In This Topic
    Name Property (ContextMenuItem)
    In This Topic
    Gets a value indicating the name of the menu item. For separator items, the value ContextMenuItem.Separator is returned.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Name As String
    'Usage
     
    
    Dim instance As ContextMenuItem
    Dim value As String
     
    value = instance.Name
    public string Name {get;}
    See Also