InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / ContextMenu Class / ContextMenu Constructor / ContextMenu Constructor(String)
The name of the menu


In This Topic
    ContextMenu Constructor(String)
    In This Topic
    Initializes a new instance of the ContextMenu class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal name As String _
    )
    'Usage
     
    
    Dim name As String
     
    Dim instance As New ContextMenu(name)
    public ContextMenu( 
       string name
    )

    Parameters

    name
    The name of the menu
    Exceptions
    ExceptionDescription
    Thrown if name contains illegal characters
    See Also