Interface
IColorSelector

Wraps the functionality provided by the color picker

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public interface IColorSelector

Properties

ActiveMode

Gets or sets the active mode of the color tabs

Declaration

cs-api-definition
ColorPickerActiveMode ActiveMode { get; set; }

Property Value

ColorPickerActiveMode

AllowColorPickFromScreen

Allows or disallows picking colors from the screen

Declaration

cs-api-definition
bool AllowColorPickFromScreen { get; set; }

Property Value

bool

AllowColorSaving

Allows or disallows color saving

Declaration

cs-api-definition
bool AllowColorSaving { get; set; }

Property Value

bool

AllowEditHEXValue

Allows or disallows editing the hex value

Declaration

cs-api-definition
bool AllowEditHEXValue { get; set; }

Property Value

bool

BasicTabHeading

Gets or sets the heading of the basic colors tab

Declaration

cs-api-definition
string BasicTabHeading { get; set; }

Property Value

string

CustomColors

Gets the custom colors

Declaration

cs-api-definition
Color[] CustomColors { get; }

Property Value

Color[]

OldColor

Gets or sets the old color

Declaration

cs-api-definition
Color OldColor { get; set; }

Property Value

Color

OldColorLabelHeading

Gets or sets the heading of the old color label

Declaration

cs-api-definition
string OldColorLabelHeading { get; set; }

Property Value

string

ProfessionalTabHeading

Gets or sets the heading of the professional colors tab

Declaration

cs-api-definition
string ProfessionalTabHeading { get; set; }

Property Value

string

SelectedColor

Gets or sets the selected color

Declaration

cs-api-definition
Color SelectedColor { get; set; }

Property Value

Color

SelectedColorLabelHeading

Gets or sets the heading of the selected color label

Declaration

cs-api-definition
string SelectedColorLabelHeading { get; set; }

Property Value

string

SelectedHslColor

Gets or sets the selected color

Declaration

cs-api-definition
HslColor SelectedHslColor { get; set; }

Property Value

HslColor

ShowBasicColors

Shows or hides the basic colors tab

Declaration

cs-api-definition
bool ShowBasicColors { get; set; }

Property Value

bool

ShowCustomColors

Shows or hides the custom colors panel

Declaration

cs-api-definition
bool ShowCustomColors { get; set; }

Property Value

bool

ShowHEXColorValue

Shows or hides the hex color textbox

Declaration

cs-api-definition
bool ShowHEXColorValue { get; set; }

Property Value

bool

ShowProfessionalColors

Shows or hides the professional colors tab

Declaration

cs-api-definition
bool ShowProfessionalColors { get; set; }

Property Value

bool

ShowSystemColors

Shows or hides the system colors tab

Declaration

cs-api-definition
bool ShowSystemColors { get; set; }

Property Value

bool

ShowWebColors

Shows or hides the web colors tab

Declaration

cs-api-definition
bool ShowWebColors { get; set; }

Property Value

bool

SystemTabHeading

Gets or sets the heading of the system colors tab

Declaration

cs-api-definition
string SystemTabHeading { get; set; }

Property Value

string

WebTabHeading

Gets or sets the heading of the web colors tab

Declaration

cs-api-definition
string WebTabHeading { get; set; }

Property Value

string

Events

CancelButtonClicked

Fires when the Cancel Button is clicked

Declaration

cs-api-definition
event ColorChangedEventHandler CancelButtonClicked

Event Value

ColorChangedEventHandler

OkButtonClicked

Fires when the OK Button is clicked

Declaration

cs-api-definition
event ColorChangedEventHandler OkButtonClicked

Event Value

ColorChangedEventHandler