DrawItemEventArgs

Constructors

this
this(Graphics g, Font f, Rect r, int i, DrawItemState dis)
this(Graphics g, Font f, Rect r, int i, DrawItemState dis, Color fc, Color bc)

Members

Functions

drawBackground
void drawBackground()
drawFocusRectangle
void drawFocusRectangle()

Properties

backColor
Color backColor [@property getter]
bounds
Rect bounds [@property getter]
font
Font font [@property getter]
foreColor
Color foreColor [@property getter]
graphics
Graphics graphics [@property getter]
index
int index [@property getter]
state
DrawItemState state [@property getter]

Inherited Members

From EventArgs

empty
EventArgs empty [@property getter]

Property: get a reusable, empty EventArgs.

Meta