LabelTextField::OnKeyDown Method (DiagramKeyEventArgs^)

 

keys directed to the text field so that we can nudge, resize, scroll, etc. when the text field has the focus.

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

public:
virtual void OnKeyDown(
	DiagramKeyEventArgs^ e
) override

Parameters

e
Type: Microsoft.VisualStudio.Modeling.Diagrams::DiagramKeyEventArgs^

The DiagramKeyEventArgs that contains event data.

field

The field that received the KeyDown event.

Return to top
Show: