DrawItemEventArgs Constructor
.NET Framework 4.5
Initializes a new instance of the DrawItemEventArgs class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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. |