Table of Contents

Class ComboBoxItemPaintEventArgs

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

Provides data for the Paint(ComboBox, ComboBoxItemPaintEventArgs) event.

public class ComboBoxItemPaintEventArgs : PaintEventArgs
Inheritance
ComboBoxItemPaintEventArgs

Constructors

ComboBoxItemPaintEventArgs(ComboBox, Graphics, RectD)

Initializes a new instance of the ComboBoxItemPaintEventArgs class.

Properties

ComboBox

Gets ComboBox control for which this object is used.

DefaultPaintAction

Gets or sets default paint action.

IsIndexNotFound

Gets whether item index is not found.

IsPaintingBackground

Gets whether background painting need to be performed.

IsPaintingControl

Gets whether painting is done inside ComboBox (true) or in the popup control (false).

IsSelected

Gets whether item is selected

Item

Gets item which is painted.

ItemIndex

Gets index of the item.

Methods

DefaultPaint()

Default drawing method.