menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ColorPickerTooltipTextBuilder

    Show / Hide Table of Contents

    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()
    Namespace: Syncfusion.JavaScript
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class ColorPickerTooltipTextBuilder

    Constructors

    ColorPickerTooltipTextBuilder(ColorPickerTooltipText)

    Initializes a new instance of the ColorPickerTooltipTextBuilder class.

    Declaration
    public ColorPickerTooltipTextBuilder(ColorPickerTooltipText tooltipText)
    Parameters
    Type Name Description
    ColorPickerTooltipText tooltipText

    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
    Type Description
    ColorPickerTooltipTextBuilder

    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
    Type Description
    ColorPickerTooltipTextBuilder

    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
    Type Description
    ColorPickerTooltipTextBuilder

    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
    Type Description
    ColorPickerTooltipTextBuilder

    CurrentColor(String)

    Specifies the tooltip text for current color element.

    Declaration
    public ColorPickerTooltipTextBuilder CurrentColor(string currentColor)
    Parameters
    Type Name Description
    System.String currentColor
    Returns
    Type Description
    ColorPickerTooltipTextBuilder

    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
    Type Description
    ColorPickerTooltipTextBuilder

    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
    Type Description
    ColorPickerTooltipTextBuilder

    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
    Type Description
    ColorPickerTooltipTextBuilder

    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
    Type Description
    ColorPickerTooltipTextBuilder

    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
    Type Description
    ColorPickerTooltipTextBuilder

    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
    Type Description
    ColorPickerTooltipTextBuilder

    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
    Type Description
    ColorPickerTooltipTextBuilder

    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
    Type Description
    ColorPickerTooltipTextBuilder

    Switcher(String)

    Specifies the tooltip text for swticher button.

    Declaration
    public ColorPickerTooltipTextBuilder Switcher(string switcher)
    Parameters
    Type Name Description
    System.String switcher
    Returns
    Type Description
    ColorPickerTooltipTextBuilder

    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
    Type Description
    ColorPickerTooltipTextBuilder

    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
    Type Description
    ColorPickerTooltipTextBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved