| IUIServiceKeyMap Property |
Gets or sets the key map that translates
Keys to characters.
Namespace: DigitalRune.Game.UIAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax KeyMap KeyMap { get; set; }
Property KeyMap As KeyMap
Get
Set
property KeyMap^ KeyMap {
KeyMap^ get ();
void set (KeyMap^ value);
}
abstract KeyMap : KeyMap with get, set
Property Value
Type:
KeyMap
The key map. The default is a key map that is automatically chosen based on the current
culture settings.
See Also