Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IContextMenu Interface / MappingCollection Property


In This Topic
MappingCollection Property (IContextMenu)
In This Topic
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
See Also