[]
        
(Showing Draft Content)

C1.Win.C1Input.ComboBoxStyle

ComboBoxStyle Class

Style for drop down form and combobox items.

Inheritance
ComboBoxStyle
Namespace: C1.Win.C1Input
Assembly: C1.Win.C1Input.4.8.dll
Syntax
[TypeConverter(typeof(ExpandableObjectConverter))]
public class ComboBoxStyle

Properties

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.

Methods

Name Description
Reset()

Resets the style to default value.

ResetDefaultItemForeColor()
ResetDropDownBackColor()
ResetDropDownBorderColor()
ResetFont()
ResetHotItemBackColor()
ResetHotItemBorderColor()
ResetHotItemForeColor()
ShouldSerializeDefaultItemForeColor()
ShouldSerializeDropDownBackColor()
ShouldSerializeDropDownBorderColor()
ShouldSerializeFont()
ShouldSerializeHotItemBackColor()
ShouldSerializeHotItemBorderColor()
ShouldSerializeHotItemForeColor()