In This Topic
The ColorPicker control allows users to select a color by clicking on panels to adjust color channels (hue, saturation, brightness, alpha).
Syntax
'Declaration
<ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])>
Public Class ColorPicker
Inherits InputBase
Implements ITemplate
[Scripts(Mono.Cecil.CustomAttributeArgument[])]
public class ColorPicker : InputBase, ITemplate
Inheritance Hierarchy
See Also