Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IMouseMapper Interface / MappingCollection Property


In This Topic
MappingCollection Property (IMouseMapper)
In This Topic
Returns a set of all mouse/key combinations that have been remapped in the current mouse map.
Syntax
'Declaration
 
ReadOnly Property MappingCollection As MouseMapping()
 
'Usage
 
Dim instance As IMouseMapper
Dim value() As MouseMapping
 
value = instance.MappingCollection
See Also