Click or drag to resize
KaxComboBoxShowToggleImage Property
Gets or sets a value indicating whether the dropdown image next to the combobox text area should be displayed.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public bool ShowToggleImage { get; set; }

Property Value

Type: Boolean
Remarks
The dropdown image is located in the Skins folder of the combo - by default ~/KaxControls/ComboBox/Skins/{SkinName}/DropArrow.gif. You can custmoize or modify the image and place it in the respective folder of the skin you are using.
See Also