Name | Description | |
---|---|---|
![]() ![]() | CanFocusWindowPeer | Determines whether the specified target window peer can gain keyboard focus. This method should be called by all implementations of INInputTarget.CanFocus(), after target specific condition checks (such as Enabled, AllowFocus etc.) |
![]() ![]() | Focus | Focuses the keyboard to the specified input target. This method should be called by all implementations of INInputTarget.Focus(). Any subsequent keyboard events send to the DOM for processing will first be processed by the focus target. |
![]() ![]() | IsFocused | Returns the value of the IsFocusedPropertyEx extended property for the specified node. |
![]() ![]() | IsFocusWithin | Returns the value of the IsFocusWithinPropertyEx extended property for the specified node. |
![]() ![]() | IsKeyboardActionEvent | Checks whether the specified event is a keyboard action event (KeyDownEvent, KeyUpEvent, InputCharEvent). |
![]() ![]() | IsKeyboardFocusEvent | Checks whether the specified event is a keyboard focus event (GotFocusEvent, LostFocusEvent, FocusInEvent, FocusOutEvent) |