ShapeField::IsNavigationKey Method (Char)

 

Gets the key that the user pressed and verifies whether it can be used to navigate between shape fields.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
virtual bool IsNavigationKey(
	wchar_t keyCharacter
)

Parameters

keyCharacter
Type: System::Char

The key that the user pressed.

Return Value

Type: System::Boolean

true if the key can be used to navigate between shape fields; otherwise, false.

Return to top
Show: