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
controlIListControlItemContainerControl which owns the item.
graphicsGraphicsGraphics where drawing is performed.
boundsRectDBounds of the item.
itemIndexintIndex of the tem.