Class EnumPicker
Represents control that displays a selected enum value and allows to change it with the popup window.
[ControlCategory("Editors")]
public class EnumPicker : SpeedEnumButton, IBaseObjectWithAttr, IBaseObjectWithId, INotifyPropertyChanged, IDisposableObject, IBaseObject, ISupportInitialize, IFocusable, ITextProperty, IComponent, IControl, IDisposable, IWin32Window, ILayoutItem, INotifyDataErrorInfo, ICommandSource
- Inheritance
-
EnumPicker
- Implements
Constructors
- EnumPicker()
Initializes a new instance of the EnumPicker class.
- EnumPicker(Control)
Initializes a new instance of the EnumPicker class.
Fields
- DefaultUseControlColors
Gets or sets whether to assign default control colors in the constructor using UseControlColors(bool). Default is
true.
Properties
- ControlKind
Returns control identifier.
Methods
- OnSystemColorsChanged(EventArgs)
Called when the SystemColorsChanged event is raised.