Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / MouseMapper Object / MappingCollection Property
In This Topic
    MappingCollection Property (MouseMapper)
    In This Topic
    Returns a set of all the mouse/key combinations that have been remapped in the current mouse map.
    Syntax
    expression.MappingCollection As MouseMapping()
    where expression is a variable that represents a MouseMapper Object

    Property Value

    An array of MouseMapping objects.
    See Also