Constructor ListBoxItemPaintEventArgs
ListBoxItemPaintEventArgs(IListControlItemContainer, Graphics, RectD, int)
Initializes a new instance of the ListBoxItemPaintEventArgs class.
public ListBoxItemPaintEventArgs(IListControlItemContainer control, Graphics graphics, RectD bounds, int itemIndex)
Parameters
control
IListControlItemContainerControl which owns the item.
graphics
GraphicsGraphics where drawing is performed.
bounds
RectDBounds of the item.
itemIndex
intIndex of the tem.