IInputRoot Properties
Properties
Cursor | Gets or sets the associated mouse cursor. (Inherited from IInputElement) |
Focusable | Gets or sets a value indicating whether the control can receive keyboard focus. (Inherited from IInputElement) |
FocusManager | Gets focus manager of the root. |
IsEffectivelyEnabled | Gets a value indicating whether this control and all its parents are enabled. (Inherited from IInputElement) |
IsEffectivelyVisible | Gets a value indicating whether this control and all its parents are visible. (Inherited from IInputElement) |
IsEnabled | Gets or sets a value indicating whether the control is enabled for user interaction. (Inherited from IInputElement) |
IsFocused | Gets a value indicating whether the control is focused. (Inherited from IInputElement) |
IsHitTestVisible | Gets a value indicating whether the control is considered for hit testing. (Inherited from IInputElement) |
IsKeyboardFocusWithin | Gets a value indicating whether keyboard focus is anywhere within the element or its visual tree child elements. (Inherited from IInputElement) |
IsPointerOver | Gets a value indicating whether the pointer is currently over the control. (Inherited from IInputElement) |
KeyBindings | Gets the key bindings for the element. (Inherited from IInputElement) |
KeyboardNavigationHandler | Gets or sets the keyboard navigation handler. |
PlatformSettings | Represents a contract for accessing top-level platform-specific settings. |
PointerOverElement | Gets or sets the input element that the pointer is currently over. |
ShowAccessKeys | Gets or sets a value indicating whether access keys are shown in the window. |