Click or drag to resize
KaxComboBoxKaxComboBoxImagePosition Property
Sets or gets the position (left or right) of the arrow image dropdown.

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

Property Value

Type: KaxComboBoxImagePosition
Remarks
By default the image is shown on the right. Left can be used in RTL (right-to-left) language scenarios.
Examples
[New Example]
KaxComboBox1.KaxComboBoxImagePosition = KaxComboBoxImagePosition.Left;
[New Example]
KaxComboBox1.KaxComboBoxImagePosition = KaxComboBoxImagePosition.Right
See Also