[]
The DropDownItemStyle class represents the styles for the DropDownItem component.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class DropDownItemStyle : INotifyPropertyChanged
| 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. |
| 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. |
| Name | Description |
|---|---|
| PropertyChanged | Occurs when a property value changes. |