InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IKeyboardMapper Interface / MappingCollection Property


In This Topic
    MappingCollection Property (IKeyboardMapper)
    In This Topic
    Returns a set of all the keys that have been remapped in the current keyboard map.
    Syntax
    'Declaration
     
    
    ReadOnly Property MappingCollection As KeyboardMapping()
    'Usage
     
    
    Dim instance As IKeyboardMapper
    Dim value() As KeyboardMapping
     
    value = instance.MappingCollection
    KeyboardMapping[] MappingCollection {get;}
    See Also