Intersoft.Client.Framework.Input Namespace : Keyboard Class |
The following tables list the members exposed by Keyboard.
Name | Description | |
---|---|---|
GotKeyboardFocusEvent | Identifies the GotKeyboardFocus routed event. | |
KeyDownEvent | Identifies the KeyDown routed event. | |
KeyUpEvent | Identifies the KeyUp routed event. | |
LostKeyboardFocusEvent | Identifies the LostKeyboardFocus routed event. | |
PreviewGotKeyboardFocusEvent | Identifies the PreviewGotKeyboardFocus routed event. | |
PreviewKeyDownEvent | Identifies the PreviewKeyDown routed event. | |
PreviewKeyUpEvent | Identifies the PreviewKeyUp routed event. | |
PreviewLostKeyboardFocusEvent | Identifies the PreviewLostKeyboardFocus routed event. |
Name | Description | |
---|---|---|
FocusedElement | Gets the element that has keyboard focus. | |
LastFocusedElement | Gets the last element that has keyboard focus. | |
LastKeyDown | Gets the last key that received by the keyboard device. | |
LastKeyUp | Gets the last pressed key that received by the keyboaerd device. | |
Modifiers | Gets the set of ModifierKeys that are currently pressed. |
Name | Description | |
---|---|---|
AddGotKeyboardFocusHandler | Adds a handler for the Keyboard.GotKeyboardFocus routed event. | |
AddKeyDownHandler | Adds a handler for the Keyboard.KeyDown attached event. | |
AddKeyUpHandler | Adds a handler for the Keyboard.KeyUp attached event. | |
AddLostKeyboardFocusHandler | Adds a handler for the Keyboard.LostKeyboardFocus attached event. | |
AddPreviewGotKeyboardFocusHandler | Adds a handler for the Keyboard.PreviewGotKeyboardFocus attached event. | |
AddPreviewKeyDownHandler | Adds a handler for the Keyboard.PreviewKeyDown attached event. | |
AddPreviewKeyUpHandler | Adds a handler for the Keyboard.PreviewKeyUp attached event. | |
AddPreviewLostKeyboardFocusHandler | Adds a handler for the Keyboard.PreviewLostKeyboardFocus attached event. | |
Focus | Sets keyboard focus on the specified element. | |
GetKeyStates | Gets the set of key states for the specified key. | |
IsKeyDown | Determines whether the specified key is pressed. | |
IsKeyToggled | Determines whether the specified key is toggled. | |
IsKeyUp | Determines whether the specified key is released. | |
RemoveGotKeyboardFocusHandler | Removes a handler for the Keyboard.GotKeyboardFocus attached event. | |
RemoveKeyDownHandler | Removes a handler for the Keyboard.KeyDown attached event. | |
RemoveKeyUpHandler | Removes a handler for the Keyboard.KeyUp attached event. | |
RemoveLostKeyboardFocusHandler | Removes a handler for the Keyboard.LostKeyboardFocus attached event. | |
RemovePreviewGotKeyboardFocusHandler | Removes a handler for the Keyboard.PreviewGotKeyboardFocus attached event. | |
RemovePreviewKeyDownHandler | Removes a handler for the Keyboard.PreviewKeyDown attached event. | |
RemovePreviewKeyUpHandler | Removes a handler for the Keyboard.PreviewKeyUp attached event. | |
RemovePreviewLostKeyboardFocusHandler | Removes a handler for the Keyboard.PreviewLostKeyboardFocus routed event. |