alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class ColorUIGroups

    Defines the constant that specify constants that define the color groups for the ColorPicker controls.

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

    The ColorUIGroup's enumeration is used for specifying the color tab pages to be displayed in the ColorUIControl and the ColorPickerButton controls.

    This enumeration has a FlagsAttribute that allows a combination of its member values.

    Fields

    All

    Displays all color groups, but not displays UserColors groups.

    Declaration
    public const ColorUIGroups All
    Field Value
    Type
    ColorUIGroups

    CustomColors

    Displays the custom colors group.

    Declaration
    public const ColorUIGroups CustomColors
    Field Value
    Type
    ColorUIGroups

    Full

    Displays all color groups.

    Declaration
    public const ColorUIGroups Full
    Field Value
    Type
    ColorUIGroups

    None

    None of the color groups are displayed.

    Declaration
    public const ColorUIGroups None
    Field Value
    Type
    ColorUIGroups

    StandardColors

    Displays the standard colors group.

    Declaration
    public const ColorUIGroups StandardColors
    Field Value
    Type
    ColorUIGroups

    SystemColors

    Displays the system colors group.

    Declaration
    public const ColorUIGroups SystemColors
    Field Value
    Type
    ColorUIGroups

    UserColors

    Displays the user colors group.

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