[]
        
(Showing Draft Content)

C1.Win.C1Input.DropDownItemStyle

DropDownItemStyle Class

The DropDownItemStyle class represents the styles for the DropDownItem component.

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

Properties

Name Description
ArrowColor

Gets or sets the Color used to paint the arrow.

BackColor

Gets or sets the Color used to paint the background.

DisabledForeColor

Gets or sets the Color used to paint the text of disabled item.

ForeColor

Gets or sets the Color used to paint the text.

HotBackColor

Gets or sets the Color used to paint the background of seleced item.

HotForeColor

Gets or sets the Color used to paint the text of seleced item.

ImageBarBackColor

Gets or sets the Color used to paint the image bar background.

ImageBarSeparatorColor

Gets or sets the Color used to paint the image bar separator.

Methods

Name Description
OnPropertyChanged(string)

Fires the PropertyChanged event.

ResetArrowColor()

Restores the default value of the ArrowColor property.

ResetBackColor()

Restores the default value of the BackColor property.

ResetDisabledForeColor()

Restores the default value of the DisabledForeColor property.

ResetForeColor()

Restores the default value of the ForeColor property.

ResetHotBackColor()

Restores the default value of the HotBackColor property.

ResetHotForeColor()

Restores the default value of the HotForeColor property.

ResetImageBarBackColor()

Restores the default value of the ImageBarBackColor property.

ResetImageBarSeparatorColor()

Restores the default value of the ImageBarSeparatorColor property.

ShouldSerializeArrowColor()

Specifies whether to save the value of the ArrowColor property.

ShouldSerializeBackColor()

Specifies whether to save the value of the BackColor property.

ShouldSerializeDisabledForeColor()

Specifies whether to save the value of the DisabledForeColor property.

ShouldSerializeForeColor()

Specifies whether to save the value of the ForeColor property.

ShouldSerializeHotBackColor()

Specifies whether to save the value of the HotBackColor property.

ShouldSerializeHotForeColor()

Specifies whether to save the value of the HotForeColor property.

ShouldSerializeImageBarBackColor()

Specifies whether to save the value of the ImageBarBackColor property.

ShouldSerializeImageBarSeparatorColor()

Specifies whether to save the value of the ImageBarSeparatorColor property.

Events

Name Description
PropertyChanged

Occurs when a property value changes.