DrawItemEventArgs Constructor
.NET Framework (current version)
Initializes a new instance of the DrawItemEventArgs class.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | DrawItemEventArgs(Graphics^, Font^, Rectangle, Int32, DrawItemState) | Initializes a new instance of the DrawItemEventArgs class for the specified control with the specified font, state, surface to draw on, and the bounds to draw within. |
![]() | DrawItemEventArgs(Graphics^, Font^, Rectangle, Int32, DrawItemState, Color, Color) | Initializes a new instance of the DrawItemEventArgs class for the specified control with the specified font, state, foreground color, background color, surface to draw on, and the bounds to draw within. |
Show:
