InfoConnect API Guide
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
    ContextMenuItem[] MappingCollection {get;}
    See Also