Control.OnPrint Method (PaintEventArgs)

 

Raises the Paint event.

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

abstract OnPrint : 
        e:PaintEventArgs -> unit
override OnPrint : 
        e:PaintEventArgs -> unit

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: