ShapeElement::DoKeyboardNavigation Method (Keys, DiagramClientView^)

 

Navigates the from shape to shape, using the keyboard.

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

public:
bool DoKeyboardNavigation(
	Keys keyData,
	DiagramClientView^ diagramClientView
)

Parameters

keyData
Type: System.Windows.Forms::Keys

The key on the keyboard.

diagramClientView
Type: Microsoft.VisualStudio.Modeling.Diagrams::DiagramClientView^

The client view that contains the diagram.

Return Value

Type: System::Boolean

true if navigation occurred with the keyboard; otherwise, false.

Return to top
Show: