Reflection
MappingCollection Property (IMouseMapper)


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
MouseMapping[] MappingCollection {get;}
See Also