InterfaceIRadColorDialog
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
public interface IRadColorDialog
Properties
ActiveMode
Gets or sets the active mode of the color tabstrip
Declaration
ColorPickerActiveMode ActiveMode { get; set; }
Property Value
AllowColorPickFromScreen
Allows or disallows color picking 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
RadColorSelector
Gets the color selector
SelectedColor
Gets or sets the selected color
SelectedColorLabelHeading
Gets or sets the heading of the selected color label
SelectedHslColor
Gets or sets the selected hsl color
ShowBasicColors
Shows or hides the basic colors tab
ShowCustomColors
Shows or hides the custom colors tab
ShowHEXColorValue
Shows or hides the hex color value
ShowProfessionalColors
Shows or hides whe 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
ColorChanged
Fires when the selected color has changed
Declaration
event ColorChangedEventHandler ColorChanged
Event Value