Class ColorWheel
Inheritance
System.Object
ColorWheel
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
[ComVisible(false)]
public class ColorWheel : UserControl
Constructors
ColorWheel()
Declaration
public ColorWheel()
Properties
ColorHSL
Gets or sets the HSL value
Declaration
public HslColor ColorHSL { get; set; }
Property Value
HslColor
|
ColorRGB
Gets or sets the RgbValue value
Declaration
public Color ColorRGB { get; set; }
Property Value
System.Drawing.Color
|
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
true if managed resources should be disposed; otherwise, false. |
OnMouseDown(MouseEventArgs)
Declaration
protected override void OnMouseDown(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
|
OnMouseMove(MouseEventArgs)
Declaration
protected override void OnMouseMove(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
|
OnMouseUp(MouseEventArgs)
Declaration
protected override void OnMouseUp(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
|
OnPaint(PaintEventArgs)
Declaration
protected override void OnPaint(PaintEventArgs e)
Parameters
System.Windows.Forms.PaintEventArgs
e
|
Events
ColorChanged
Fires when the selected color changes
Declaration
public event ColorChangedEventHandler ColorChanged
Event Type
ColorChangedEventHandler
|