ShapeField.IsNavigationKey Method
Include Protected Members
Include Inherited Members
Gets the keys that the user pressed and verifies whether they can be used to navigate between shape fields.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
IsNavigationKey(Char) | Gets the key that the user pressed and verifies whether it can be used to navigate between shape fields. | |
IsNavigationKey(Keys) | Gets the keys that the user pressed and verifies whether they can be used to navigate between shape fields. |
Top