PrintPreviewControl::OnPaint Method (PaintEventArgs^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Overrides the Control::OnPaint method.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

protected:
virtual void OnPaint(
	PaintEventArgs^ pevent
) override

Parameters

pevent
Type: System.Windows.Forms::PaintEventArgs^

A PaintEventArgs that contains the event data.

.NET Framework
Available since 1.1
Return to top
Show: