KaxComboBoxShowToggleImage Property |
Gets or sets a value indicating whether the dropdown image next to the combobox
text area should be displayed.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic bool ShowToggleImage { get; set; }
Public Property ShowToggleImage As Boolean
Get
Set
public:
property bool ShowToggleImage {
bool get ();
void set (bool value);
}
member ShowToggleImage : bool with 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