BaseComboBoxDrawImage Property
Gets or sets whether or not the combo box has an image drawn to the left of the text value
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public bool DrawImage { get; set; }
Public Property DrawImage As Boolean
Get
Set
public:
property bool DrawImage {
bool get ();
void set (bool value);
}
member DrawImage : bool with get, set
Property Value
BooleanIf true, the combo box raises the
DrawItemImage event so that an image can be
drawn to the left of the text box.