KeyboardNavigation Class
Provides logical and directional navigation between focusable objects.
http://msdn.microsoft.com/en-us/library/system.windows.input.keyboardnavigation.aspx
Methods
From KeyboardNavigation
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. |
Properties
KeyboardNavigation has no properties
Events
KeyboardNavigation has no events