ShapeElement::IsNavigationKey Method (Keys)

 

Verifies whether the key data 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(
	Keys keyData
)

Parameters

keyData
Type: System.Windows.Forms::Keys

The key data.

Return Value

Type: System::Boolean

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

Return to top
Show: