Class RadColorDialogForm
Represents a dialog containing a color picker
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadColorDialogForm : RadForm, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider, IRadColorDialog
Constructors
RadColorDialogForm()
Creates instance of RadColorDialog class
Declaration
public RadColorDialogForm()
Properties
ActiveMode
Gets or sets the active mode of the color tabstrip
Declaration
public ColorPickerActiveMode ActiveMode { get; set; }
Property Value
ColorPickerActiveMode
|
Implements
AllowColorPickFromScreen
Allows or disallows color picking from the screen
Declaration
public bool AllowColorPickFromScreen { get; set; }
Property Value
System.Boolean
|
Implements
AllowColorSaving
Allows or disallows color saving
Declaration
public bool AllowColorSaving { get; set; }
Property Value
System.Boolean
|
Implements
AllowEditHEXValue
Allows or disallows editing the HEX value
Declaration
public bool AllowEditHEXValue { get; set; }
Property Value
System.Boolean
|
Implements
BasicTabHeading
Gets or sets the heading of the basic colors tab
Declaration
public string BasicTabHeading { get; set; }
Property Value
System.String
|
Implements
CustomColors
Gets the custom colors
Declaration
public Color[] CustomColors { get; }
Property Value
System.Drawing.Color[]
|
Implements
OldColor
Gets or sets the old color
Declaration
public Color OldColor { get; set; }
Property Value
System.Drawing.Color
|
Implements
OldColorLabelHeading
Gets or sets the heading of the old color label
Declaration
public string OldColorLabelHeading { get; set; }
Property Value
System.String
|
Implements
ProfessionalTabHeading
Gets or sets the heading of the professional colors tab
Declaration
public string ProfessionalTabHeading { get; set; }
Property Value
System.String
|
Implements
RadColorSelector
Gets the color selector
Declaration
public UserControl RadColorSelector { get; }
Property Value
System.Windows.Forms.UserControl
|
Implements
SelectedColor
Gets or sets the selected color
Declaration
public Color SelectedColor { get; set; }
Property Value
System.Drawing.Color
|
Implements
SelectedColorLabelHeading
Gets or sets the heading of the selected color label
Declaration
public string SelectedColorLabelHeading { get; set; }
Property Value
System.String
|
Implements
SelectedHslColor
Gets or sets the selected color
Declaration
public HslColor SelectedHslColor { get; set; }
Property Value
HslColor
|
Implements
ShowBasicColors
Shows or hides the basic colors tab
Declaration
public bool ShowBasicColors { get; set; }
Property Value
System.Boolean
|
Implements
ShowCustomColors
Shows or hides the custom colors tab
Declaration
public bool ShowCustomColors { get; set; }
Property Value
System.Boolean
|
Implements
ShowHEXColorValue
Shows or hides the hex color value
Declaration
public bool ShowHEXColorValue { get; set; }
Property Value
System.Boolean
|
Implements
ShowProfessionalColors
Shows or hides whe professional colors tab
Declaration
public bool ShowProfessionalColors { get; set; }
Property Value
System.Boolean
|
Implements
ShowSystemColors
Shows or hides the system colors tab
Declaration
public bool ShowSystemColors { get; set; }
Property Value
System.Boolean
|
Implements
ShowWebColors
Shows or hides the web colors tab
Declaration
public bool ShowWebColors { get; set; }
Property Value
System.Boolean
|
Implements
SystemTabHeading
Gets or sets the heading of the system colors tab
Declaration
public string SystemTabHeading { get; set; }
Property Value
System.String
|
Implements
WebTabHeading
Gets or sets the heading of the web colors tab
Declaration
public string WebTabHeading { get; set; }
Property Value
System.String
|
Implements
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. |
Overrides
OnColorChanged(ColorChangedEventArgs)
Declaration
protected virtual void OnColorChanged(ColorChangedEventArgs e)
Parameters
ColorChangedEventArgs
e
|
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
System.EventArgs
e
|
Overrides
ProcessCmdKey(ref Message, Keys)
Declaration
protected override bool ProcessCmdKey(ref Message msg, Keys keyData)
Parameters
System.Windows.Forms.Message
msg
|
System.Windows.Forms.Keys
keyData
|
Returns
System.Boolean
|
Events
ColorChanged
Fires when the selected color has changed
Declaration
public event ColorChangedEventHandler ColorChanged
Event Type
ColorChangedEventHandler
|