[]
Style for drop down form and combobox items.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class ComboBoxStyle
| Name | Description |
|---|---|
| DefaultItemForeColor | Default text color of the combo box items. |
| DropDownBackColor | Background color of the drop down form. |
| DropDownBorderColor | Color of border of the drop down form. |
| DropDownCorners | Gets or sets the radii of the form corners. |
| Font | Default font of the combo box items. |
| HotItemBackColor | Background color of the combo box items in hot state. |
| HotItemBorderColor | Border color of the combo box items in hot state. |
| HotItemForeColor | Text color of the combo box items in hot state. |
| Padding | Gets or sets padding within the drop down form. |
| SelectionView | Gets or sets the item's selection view. |
| TextSpacing | Space around the textual parts of the combo box items. |
| WordWrap | Gets or sets a value that whether text should be allowed to wrap within the combo box items. |