InfoConnect for Unisys
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(Category="Microsoft.Performance", 
       CheckId="CA1819:PropertiesShouldNotReturnArrays", 
       Scope="", 
       Target="", 
       MessageId="", 
       Justification="")>
    ReadOnly Property MappingCollection As MouseMapping()
    'Usage
     
    
    Dim instance As IMouseMapper
    Dim value() As MouseMapping
     
    value = instance.MappingCollection
    [SuppressMessage(Category="Microsoft.Performance", 
       CheckId="CA1819:PropertiesShouldNotReturnArrays", 
       Scope="", 
       Target="", 
       MessageId="", 
       Justification="")]
    MouseMapping[] MappingCollection {get;}
    See Also