ShapeField::IsNavigationKey Method (Keys)

 

Gets the keys that the user pressed and verifies whether they 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(
	Keys keyData
)

Parameters

keyData
Type: System.Windows.Forms::Keys

The keys that the user pressed.

Return Value

Type: System::Boolean

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

Return to top
Show: