InfoConnect for Airlines
MappingCollection Property (ContextMenu)


Gets a value indicating the set of menu items comprising this context menu.
Syntax
'Declaration
 
Public ReadOnly Property MappingCollection As ContextMenuItem()
'Usage
 
Dim instance As ContextMenu
Dim value() As ContextMenuItem
 
value = instance.MappingCollection
public ContextMenuItem[] MappingCollection {get;}
See Also