Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Control::OnPrint Method (PaintEventArgs^)

 

Raises the Paint event.

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

protected:
virtual void OnPrint(
	PaintEventArgs^ e
)

Parameters

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

A PaintEventArgs that contains the event data.

Exception Condition
ArgumentNullException

The e parameter is null.

If the UserPaint bit of the ControlStyles is set, you can override OnPrint to do layered painting. See SetStyle for more information.

.NET Framework
Available since 2.0
Return to top
Show: