Interface
IRadColorDialog

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public interface IRadColorDialog

Properties

ActiveMode

Gets or sets the active mode of the color tabstrip

Declaration

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

Property Value

ColorPickerActiveMode

AllowColorPickFromScreen

Allows or disallows color picking 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

RadColorSelector

Gets the color selector

Declaration

cs-api-definition
UserControl RadColorSelector { get; }

Property Value

UserControl

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 hsl 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 tab

Declaration

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

Property Value

bool

ShowHEXColorValue

Shows or hides the hex color value

Declaration

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

Property Value

bool

ShowProfessionalColors

Shows or hides whe 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

ColorChanged

Fires when the selected color has changed

Declaration

cs-api-definition
event ColorChangedEventHandler ColorChanged

Event Value

ColorChangedEventHandler