menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum ColorUIGroups - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum ColorUIGroups

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

    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    [Flags]
    public enum ColorUIGroups
    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

    Name Description
    All

    Displays all color groups, but not displays UserColors groups.

    CustomColors

    Displays the custom colors group.

    Full

    Displays all color groups.

    None

    None of the color groups are displayed.

    StandardColors

    Displays the standard colors group.

    SystemColors

    Displays the system colors group.

    UserColors

    Displays the user colors group.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved