DrawItemEventArgs

Undocumented in source.

Constructors

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

Members

Functions

drawBackground
void drawBackground()
Undocumented in source. Be warned that the author may not have intended to support it.
drawFocusRectangle
void drawFocusRectangle()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

backColor
Color backColor [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
bounds
Rect bounds [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
font
Font font [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
foreColor
Color foreColor [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
graphics
Graphics graphics [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
index
int index [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
state
DrawItemState state [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From EventArgs

empty
EventArgs empty [@property getter]

Property: get a reusable, empty EventArgs.

Meta