KeyboardNavigation Methods
.NET Framework 4.5
The KeyboardNavigation type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
GetAcceptsReturn | Gets the value of the AcceptsReturn attached property for the specified element. |
|
GetControlTabNavigation | Gets the value of the ControlTabNavigation attached property for the specified element. |
|
GetDirectionalNavigation | Gets the value of the DirectionalNavigation attached property for the specified element. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetIsTabStop | Gets the value of the IsTabStop attached property for the specified element. |
|
GetTabIndex | Gets the value of the TabIndex attached property for the specified element. |
|
GetTabNavigation | Gets the value of the TabNavigation attached property for the specified element. |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
SetAcceptsReturn | Sets the value of the AcceptsReturn attached property for the specified element. |
|
SetControlTabNavigation | Sets the value of the ControlTabNavigation attached property for the specified element. |
|
SetDirectionalNavigation | Sets the value of the DirectionalNavigation attached property for the specified element. |
|
SetIsTabStop | Sets the value of the IsTabStop attached property for the specified element. |
|
SetTabIndex | Set the value of the TabIndex attached property for the specified element. |
|
SetTabNavigation | Sets the value of the TabNavigation attached property for the specified element. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |