ElementHost.OnPrint(PaintEventArgs) Method

Definition

Renders the control using the provided Graphics object.

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

Parameters

e
PaintEventArgs

A PaintEventArgs that contains the event data.

Applies to

See also