|  | UIManagerKeyMap 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
Syntaxpublic KeyMap KeyMap { get; set; }Public Property KeyMap As KeyMap
	Get
	Set
public:
virtual property KeyMap^ KeyMap {
	KeyMap^ get () sealed;
	void set (KeyMap^ value) sealed;
}abstract KeyMap : KeyMap with get, set
override 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.
            
Implements
IUIServiceKeyMap Exceptions
Exceptions See Also
See Also