Class ComboBoxItemPaintEventArgs
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
- 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.