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