BaseComboBoxDrawImage Property

Gets or sets whether or not the combo box has an image drawn to the left of the text value

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public bool DrawImage { get; set; }

Property Value

Boolean
If true, the combo box raises the DrawItemImage event so that an image can be drawn to the left of the text box.

See Also