ShapeField.IsNavigationKey Method

Definition

Overloads

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.

IsNavigationKey(Keys)

Returns a value indicating whether the specified key data corresponds to a navigational command.

public:
 virtual bool IsNavigationKey(System::Windows::Forms::Keys keyData);
public virtual bool IsNavigationKey (System.Windows.Forms.Keys keyData);
abstract member IsNavigationKey : System.Windows.Forms.Keys -> bool
override this.IsNavigationKey : System.Windows.Forms.Keys -> bool
Public Overridable Function IsNavigationKey (keyData As Keys) As Boolean

Parameters

keyData
Keys

Returns

true if the specified key data corresponds to a navigational command.

Applies to

IsNavigationKey(Char)

Returns a value indicating whether the specified character corresponds to a navigational command.

public:
 virtual bool IsNavigationKey(char keyCharacter);
public virtual bool IsNavigationKey (char keyCharacter);
abstract member IsNavigationKey : char -> bool
override this.IsNavigationKey : char -> bool
Public Overridable Function IsNavigationKey (keyCharacter As Char) As Boolean

Parameters

keyCharacter
Char

Returns

true if the specified character corresponds to a navigational command.

Applies to