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
- IsIndexNotFound
Get 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
- ItemIndex
Gets index of the item.
Methods
- DefaultPaint()
Default drawing method.