DiagramClientView::OnKeyPress Method (KeyPressEventArgs^)

 

Dispatches the KeyDown event to the appropriate diagram objects.

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

protected:
virtual void OnKeyPress(
	KeyPressEventArgs^ e
) override

Parameters

e
Type: System.Windows.Forms::KeyPressEventArgs^

A KeyPressEventArgs that contains the event data.

Return to top
Show: