InfoConnect for Airlines
MappingCollection Property (IContextMenu)


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