Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / ContextMenuItem Class / Mapping Property


In This Topic
Mapping Property (ContextMenuItem)
In This Topic
Gets a value indicating what this item is mapped to.
Syntax
'Declaration
 
Public ReadOnly Property Mapping As InputMapActionSequence
 
'Usage
 
Dim instance As ContextMenuItem
Dim value As InputMapActionSequence
 
value = instance.Mapping
Remarks
If this item is not a ContextMenuItemType.MenuItem, this value will be irrelevant
See Also