ShapeElement::IsNavigationKey Method (Char)

 

Verifies whether the key is used as a navigational command.

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

protected:
virtual bool IsNavigationKey(
	wchar_t keyCharacter
)

Parameters

keyCharacter
Type: System::Char

The key.

Return Value

Type: System::Boolean

true if the key is a navigational command; otherwise, false.

Return to top
Show: