InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / IMouseMapper Interface / MappingCollection Property


In This Topic
    MappingCollection Property (IMouseMapper)
    In This Topic
    Returns a set of all the mouse/key combinations that have been remapped in the current mouse map.
    Syntax
    'Declaration
     
    
    <SuppressMessageAttribute("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays")>
    ReadOnly Property MappingCollection As MouseMapping()
    'Usage
     
    
    Dim instance As IMouseMapper
    Dim value() As MouseMapping
     
    value = instance.MappingCollection
    [SuppressMessage("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays")]
    MouseMapping[] MappingCollection {get;}
    See Also