ShapeElement.DoKeyboardNavigation(Keys, DiagramClientView) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Calls the appropriate navigation method on the shape.
public:
bool DoKeyboardNavigation(System::Windows::Forms::Keys keyData, Microsoft::VisualStudio::Modeling::Diagrams::DiagramClientView ^ diagramClientView);
public bool DoKeyboardNavigation (System.Windows.Forms.Keys keyData, Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView diagramClientView);
member this.DoKeyboardNavigation : System.Windows.Forms.Keys * Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView -> bool
Public Function DoKeyboardNavigation (keyData As Keys, diagramClientView As DiagramClientView) As Boolean
Parameters
- keyData
- Keys
Keyboard data indicating keys that are currently pressed (includes modifier keys).
- diagramClientView
- DiagramClientView
Diagram client view where navigation should occur.
Returns
True if navigation occurred, false otherwise.