Color Picker Combo Box
A simple combo box that allows the selection of a color.
Namespace: LSOne.Controls.ColorPicker
Assembly: LSOne.Controls
Syntax
public partial class ColorPickerCombobox : DropdownContainerControl<Color>
Constructors
Name | Description |
---|---|
ColorPickerCombobox() | Default constructor |
Properties
Name | Description |
---|---|
SelectedItem | Get or set the selected item of the control. |
AllowAlphaChannel | Set if the control should support transparency. |
ButtonRectangle | Get the rectangle bounds of the dropdown button. |
ItemRectangle | Get the rectangle bounds of the selected item. |
DropdownContainer | Get or set the container used when the control is dropped down. |
DroppedDown | Returns true if the control's container is dropped down. |