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


ContextMenu Constructor(String)
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)

Parameters

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