ShapeElement.IsNavigationKey Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
IsNavigationKey(Char) |
Returns a value indicating whether the specified character corresponds to a navigational command. |
IsNavigationKey(Keys) |
Returns a value indicating whether the specified key data corresponds to a navigational command. |
IsNavigationKey(Char)
Returns a value indicating whether the specified character corresponds to a navigational command.
protected:
virtual bool IsNavigationKey(char keyCharacter);
protected virtual bool IsNavigationKey (char keyCharacter);
abstract member IsNavigationKey : char -> bool
override this.IsNavigationKey : char -> bool
Protected Overridable Function IsNavigationKey (keyCharacter As Char) As Boolean
Parameters
- keyCharacter
- Char
Returns
true if the specified character corresponds to a navigational command.
Applies to
IsNavigationKey(Keys)
Returns a value indicating whether the specified key data corresponds to a navigational command.
protected:
virtual bool IsNavigationKey(System::Windows::Forms::Keys keyData);
protected virtual bool IsNavigationKey (System.Windows.Forms.Keys keyData);
abstract member IsNavigationKey : System.Windows.Forms.Keys -> bool
override this.IsNavigationKey : System.Windows.Forms.Keys -> bool
Protected Overridable Function IsNavigationKey (keyData As Keys) As Boolean
Parameters
- keyData
- Keys
Returns
true if the specified key data corresponds to a navigational command.