KeyboardNavigation Class
namespace Noesis | MSDN
Provides logical and directional navigation between focusable objects.
Properties
Name | Description | |
---|---|---|
![]() |
Root | Gets View root |
Dependency Property
Read-only
Methods
Name | Description |
---|---|
GetAcceptsReturn | Gets or sets a value indicating whether the Return character is accepted by a control. |
GetControlTabNavigation | Gets or sets the logical control tab navigation behavior for the children of the element that this property is set on. |
GetDirectionalNavigation | Gets or sets the directional navigation behavior for the children of the element that this property is set on. |
GetIsTabStop | Gets or sets a value indicating whether the element that this property is set on is a tab stop. |
GetTabIndex | Gets or sets the tab index for the element that this property is set on. |
GetTabNavigation | Gets or sets the logical tab navigation behavior for the children of the element that this property is set on. |
MoveFocus | Request to move the focus from source element in the specified direction. Returns true if focus is moved successfully, returns false if there is no next element. Note: Internally used by FrameworkElement to implement MoveFocus() |
PredictFocus | Returns the element that would receive focus for a specified focus traversal direction, without actually moving focus to that element. Note: Internally used by FrameworkElement to implement PredictFocus() |
Events
KeyboardNavigation has no events
Table of Contents