System.Windows.Forms.DrawItemEventArgs: Property Members

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

Public Properties

[read-only]
BackColorSystem.Drawing.Color.

Gets the background color of the item that is being drawn.

[read-only]
BoundsSystem.Drawing.Rectangle.

Gets the rectangle that represents the bounds of the item that is being drawn.

[read-only]
FontSystem.Drawing.Font.

Gets the font that is assigned to the item being drawn.

[read-only]
ForeColorSystem.Drawing.Color.

Gets the foreground color of the of the item being drawn.

[read-only]
GraphicsSystem.Drawing.Graphics.

Gets the graphics surface to draw the item on.

[read-only]
Indexint.

Gets the index value of the item that is being drawn.

[read-only]
StateDrawItemState.

Gets the state of the item being drawn.