InfoConnect for Airlines
ContextMenu Constructor(String)


The name of the menu
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
System.ArgumentExceptionThrown if name contains illegal characters
See Also