Class ColorPickerTooltipTextBuilder
Inheritance
System.Object
ColorPickerTooltipTextBuilder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Syncfusion.EJ.dll
Syntax
public class ColorPickerTooltipTextBuilder
Constructors
ColorPickerTooltipTextBuilder(ColorPickerTooltipText)
Declaration
public ColorPickerTooltipTextBuilder(ColorPickerTooltipText tooltipText)
Parameters
Methods
AddButton(String)
Specifies the tooltip text for add button. 'AddButton' will be visible if 'ShowRecentColors' proeprty is set as true.
Declaration
public ColorPickerTooltipTextBuilder AddButton(string addButton)
Parameters
Type |
Name |
Description |
System.String |
addButton |
|
Returns
Basic(String)
Specifies the tooltip text for basic button in swatches.
Declaration
public ColorPickerTooltipTextBuilder Basic(string basic)
Parameters
Type |
Name |
Description |
System.String |
basic |
|
Returns
CandyCrush(String)
Specifies the tooltip text for candy crush button in swatches.
Declaration
public ColorPickerTooltipTextBuilder CandyCrush(string candyCrush)
Parameters
Type |
Name |
Description |
System.String |
candyCrush |
|
Returns
Citrus(String)
Specifies the tooltip text for citrus button in swatches.
Declaration
public ColorPickerTooltipTextBuilder Citrus(string citrus)
Parameters
Type |
Name |
Description |
System.String |
citrus |
|
Returns
CurrentColor(String)
Specifies the tooltip text for current color element.
Declaration
public ColorPickerTooltipTextBuilder CurrentColor(string currentColor)
Parameters
Type |
Name |
Description |
System.String |
currentColor |
|
Returns
FlatColors(String)
Specifies the tooltip text for flat colors button in swatches.
Declaration
public ColorPickerTooltipTextBuilder FlatColors(string flatColors)
Parameters
Type |
Name |
Description |
System.String |
flatColors |
|
Returns
LastColor(String)
Specifies the tooltip text for last selected color element.
Declaration
public ColorPickerTooltipTextBuilder LastColor(string lastColor)
Parameters
Type |
Name |
Description |
System.String |
lastColor |
|
Returns
Misty(String)
Specifies the tooltip text for misty button in swatches.
Declaration
public ColorPickerTooltipTextBuilder Misty(string misty)
Parameters
Type |
Name |
Description |
System.String |
misty |
|
Returns
MonoChrome(String)
Specifies the tooltip text for monochrome button in swatches.
Declaration
public ColorPickerTooltipTextBuilder MonoChrome(string monoChrome)
Parameters
Type |
Name |
Description |
System.String |
monoChrome |
|
Returns
MoonLight(String)
Specifies the tooltip text for moonlight button in swatches.
Declaration
public ColorPickerTooltipTextBuilder MoonLight(string moonLight)
Parameters
Type |
Name |
Description |
System.String |
moonLight |
|
Returns
PinkShades(String)
Specifies the tooltip text for pink shades button in swatches.
Declaration
public ColorPickerTooltipTextBuilder PinkShades(string pinkShades)
Parameters
Type |
Name |
Description |
System.String |
pinkShades |
|
Returns
Sandy(String)
Specifies the tooltip text for sandy button in swatches.
Declaration
public ColorPickerTooltipTextBuilder Sandy(string sandy)
Parameters
Type |
Name |
Description |
System.String |
sandy |
|
Returns
SeaWolf(String)
Specifies the tooltip text for seawolf button in swatches.
Declaration
public ColorPickerTooltipTextBuilder SeaWolf(string seaWolf)
Parameters
Type |
Name |
Description |
System.String |
seaWolf |
|
Returns
Switcher(String)
Specifies the tooltip text for swticher button.
Declaration
public ColorPickerTooltipTextBuilder Switcher(string switcher)
Parameters
Type |
Name |
Description |
System.String |
switcher |
|
Returns
Vintage(String)
Specifies the tooltip text for vintage button in swatches.
Declaration
public ColorPickerTooltipTextBuilder Vintage(string vintage)
Parameters
Type |
Name |
Description |
System.String |
vintage |
|
Returns
WebColors(String)
Specifies the tooltip text for web colors button in swatches.
Declaration
public ColorPickerTooltipTextBuilder WebColors(string webColors)
Parameters
Type |
Name |
Description |
System.String |
webColors |
|
Returns