The properties of System.Windows.Forms.DrawItemEventArgs are listed below. For a list of all members, see the DrawItemEventArgs Members list.
See Also: Inherited members from System.EventArgs
[read-only] | BackColor | System.Drawing.Color.
Gets the background color of the item that is being drawn. |
[read-only] | Bounds | System.Drawing.Rectangle.
Gets the rectangle that represents the bounds of the item that is being drawn. |
[read-only] | Font | System.Drawing.Font.
Gets the font that is assigned to the item being drawn. |
[read-only] | ForeColor | System.Drawing.Color.
Gets the foreground color of the of the item being drawn. |
[read-only] | Graphics | System.Drawing.Graphics.
Gets the graphics surface to draw the item on. |
[read-only] | Index | int.
Gets the index value of the item that is being drawn. |
[read-only] | State | DrawItemState.
Gets the state of the item being drawn. |