Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ContextMenu Class / MappingCollection Property


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