Table of Contents

Constructor ListBoxItemPaintEventArgs

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

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 IListControlItemContainer

Control which owns the item.

graphics Graphics

Graphics where drawing is performed.

bounds RectD

Bounds of the item.

itemIndex int

Index of the tem.