InterfaceIColorSelector
Wraps the functionality provided by the color picker
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
public interface IColorSelector
Properties
ActiveMode
Gets or sets the active mode of the color tabs
Declaration
ColorPickerActiveMode ActiveMode { get; set; }
Property Value
AllowColorPickFromScreen
Allows or disallows picking colors from the screen
AllowColorSaving
Allows or disallows color saving
AllowEditHEXValue
Allows or disallows editing the hex value
BasicTabHeading
Gets or sets the heading of the basic colors tab
CustomColors
Gets the custom colors
OldColor
Gets or sets the old color
OldColorLabelHeading
Gets or sets the heading of the old color label
ProfessionalTabHeading
Gets or sets the heading of the professional colors tab
SelectedColor
Gets or sets the selected color
SelectedColorLabelHeading
Gets or sets the heading of the selected color label
SelectedHslColor
Gets or sets the selected color
ShowBasicColors
Shows or hides the basic colors tab
ShowCustomColors
Shows or hides the custom colors panel
ShowHEXColorValue
Shows or hides the hex color textbox
ShowProfessionalColors
Shows or hides the professional colors tab
ShowSystemColors
Shows or hides the system colors tab
ShowWebColors
Shows or hides the web colors tab
SystemTabHeading
Gets or sets the heading of the system colors tab
WebTabHeading
Gets or sets the heading of the web colors tab
Events
CancelButtonClicked
Fires when the Cancel Button is clicked
Declaration
event ColorChangedEventHandler CancelButtonClicked
Event Value
OkButtonClicked
Fires when the OK Button is clicked
Declaration
event ColorChangedEventHandler OkButtonClicked
Event Value