Color Well
A simple control that shows a single color and allows the user to select a color by clicking on it.
Namespace: LSOne.Controls
Assembly: LSOne.Controls.ColorWell
Syntax
public partial class ColorWell : UserControl
Constructors
Name |
Description |
---|---|
ColorWell() |
Default constructor |
Properties
Name |
Description |
---|---|
SelectedColor |
Get or set selected color. |
Events
Name |
Description |
---|---|
SelectedColorChanged |
Occurs when the selected color is changed. |
Examples
See Source\SM\Plugins\UserInterfaceStyles\Controls\StyleControl.cs from DevPack for usage examples.