alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class ColorUISelectedGroup

    Defines the constant that specify the selected color group in the ColorPicker controls.

    Inheritance
    System.Object
    ColorUISelectedGroup
    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public sealed class ColorUISelectedGroup : Enum
    Remarks

    The ColorUISelectedGroup enumeration is used for specifying the selected color group in the ColorUIControl and the ColorPickerButton controls.

    Fields

    CustomColors

    The custom colors group is selected.

    Declaration
    public const ColorUISelectedGroup CustomColors
    Field Value
    Type
    ColorUISelectedGroup

    None

    No color group is selected.

    Declaration
    public const ColorUISelectedGroup None
    Field Value
    Type
    ColorUISelectedGroup

    StandardColors

    The standard colors group is selected.

    Declaration
    public const ColorUISelectedGroup StandardColors
    Field Value
    Type
    ColorUISelectedGroup

    SystemColors

    The system colors groups is selected.

    Declaration
    public const ColorUISelectedGroup SystemColors
    Field Value
    Type
    ColorUISelectedGroup

    UserColors

    The user colors groups is selected.

    Declaration
    public const ColorUISelectedGroup UserColors
    Field Value
    Type
    ColorUISelectedGroup
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved