Base Combo BoxDraw Image 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: 2024.12.31.0
If true, the combo box raises the DrawItemImage event so that an image can be drawn to the left of the text box.
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public bool DrawImage { get; set; }VB
Public Property DrawImage As Boolean
Get
SetC++
public:
property bool DrawImage {
bool get ();
void set (bool value);
}F#
member DrawImage : bool with get, setProperty Value
BooleanIf true, the combo box raises the DrawItemImage event so that an image can be drawn to the left of the text box.