InfoConnect for Airlines
MappingCollection Property (IKeyboardMapper)


Returns a set of all the keys that have been remapped in the current keyboard map.
Syntax
'Declaration
 
ReadOnly Property MappingCollection As KeyboardMapping()
'Usage
 
Dim instance As IKeyboardMapper
Dim value() As KeyboardMapping
 
value = instance.MappingCollection
KeyboardMapping[] MappingCollection {get;}
See Also