Class ProfessionalColors
Inheritance
System.Object
    ProfessionalColors
  Namespace: Telerik.WinControls.UI.RadColorPicker
Assembly: Telerik.WinControls.UI.dll
Syntax
[ComVisible(false)]
public class ProfessionalColors : UserControl
  Constructors
ProfessionalColors()
Declaration
public ProfessionalColors()
  Properties
ColorHsl
Gets or sets the color shown in HSL format
Declaration
public HslColor ColorHsl { get; set; }
  Property Value
| 
        HslColor
         
  | 
    
ColorRgb
Gets or sets the color shown in RGB format
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.  | 
    
OnColorChanged()
Declaration
protected virtual void OnColorChanged()
  OnRightToLeftChanged(EventArgs)
Declaration
protected override void OnRightToLeftChanged(EventArgs e)
  Parameters
| 
        System.EventArgs
        e
         
  | 
    
Events
ColorChanged
Fires when the selected color has changed
Declaration
public event ColorChangedEventHandler ColorChanged
  Event Type
| 
        ColorChangedEventHandler
         
  |