DiagramClientView.OnKeyPress(KeyPressEventArgs) Method

Definition

Dispatches the KeyDown event to the appropriate diagram objects.

protected:
 override void OnKeyPress(System::Windows::Forms::KeyPressEventArgs ^ e);
protected override void OnKeyPress (System.Windows.Forms.KeyPressEventArgs e);
override this.OnKeyPress : System.Windows.Forms.KeyPressEventArgs -> unit
Protected Overrides Sub OnKeyPress (e As KeyPressEventArgs)

Parameters

e
KeyPressEventArgs

A KeyPressEventArgs that contains the event data.

Applies to