InfoConnect API Guide
Attachmate.Reflection.Emulation.Common 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
    public InputMapActionSequence Mapping {get;}
    Remarks
    If this item is not a ContextMenuItemType.MenuItem, this value will be irrelevant
    See Also