Class ColorBox
Inheritance
System.Object
ColorBox
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public class ColorBox : Label
Constructors
ColorBox()
Declaration
public ColorBox()
Methods
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
|
ColorDialogCreated
Declaration
public event ColorDialogCreatedEventHandler ColorDialogCreated
Event Type
ColorDialogCreatedEventHandler
|