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.

C++
public:
 virtual bool IsNavigationKey(System::Windows::Forms::Keys keyData);

Parameters

keyData
Keys

Returns

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

Applies to

Visual Studio SDK 2022 and other versions
Product Versions
Visual Studio SDK 2017, 2019, 2022

IsNavigationKey(Char)

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

C++
public:
 virtual bool IsNavigationKey(char keyCharacter);

Parameters

keyCharacter
Char

Returns

true if the specified character corresponds to a navigational command.

Applies to

Visual Studio SDK 2022 and other versions
Product Versions
Visual Studio SDK 2017, 2019, 2022