[]
The ColorPickerDropDownStyle class represents the color pickers drop down form style.
public class ColorPickerDropDownStyle : PickerDropDownStyle, INotifyPropertyChanged, IDisposable
Name | Description |
---|---|
ColorPickerDropDownStyle() | Initializes a new instance of the ColorPickerDropDownStyle. |
Name | Description |
---|---|
Button | Gets style containing display attributes that determine the general appearance of buttons. |
Editor | Gets style containing display attributes that determine the general appearance of editors. |
Tab | Gets style containing display attributes that determine the general appearance of tabs. |
Name | Description |
---|---|
ResetButton() | Restores the default value of the Button property. |
ResetEditor() | Restores the default value of the Editor property. |
ResetTab() | Restores the default value of the Tab property. |
ShouldSerializeButton() | Specifies whether to save the value of the Button property. |
ShouldSerializeEditor() | Specifies whether to save the value of the Editor property. |
ShouldSerializeTab() | Specifies whether to save the value of the Tab property. |