Table of Contents

Constructor ListBoxItemPaintEventArgs

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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 VirtualListBox

Control which owns the item.

graphics Graphics

Graphics where drawing is performed.

bounds RectD

Bounds of the item.

itemIndex int

Index of the tem.