Table of Contents

Constructor ComboBoxItemPaintEventArgs

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

ComboBoxItemPaintEventArgs(ComboBox, Graphics, RectD)

Initializes a new instance of the ComboBoxItemPaintEventArgs class.

public ComboBoxItemPaintEventArgs(ComboBox control, Graphics graphics, RectD bounds)

Parameters

control ComboBox

Control which owns the item.

graphics Graphics

Graphics where drawing is performed.

bounds RectD

Bounds of the item.