WinForms

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

    Show / Hide Table of Contents

    Class GroupColorItem

    Represents a group color item values for the ColorPickerUIAdv.

    Inheritance
    System.Object
    ColorItemBase
    ColorItem
    GroupColorItem
    Inherited Members
    ColorItem.OnColorChanged(EventArgs)
    ColorItem.CreateAccessibilityInstance()
    ColorItem.Color
    ColorItem.Bounds
    ColorItem.State
    ColorItem.Index
    ColorItem.ColorChanged
    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.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class GroupColorItem : ColorItem

    Constructors

    GroupColorItem(ColorUIAdvGroup, Color)

    Initialize a new instance of the GroupColorItem class.

    Declaration
    public GroupColorItem(ColorUIAdvGroup group, Color color)
    Parameters
    Type Name Description
    ColorUIAdvGroup group

    The color group item.

    System.Drawing.Color color

    The color value.

    Properties

    Group

    Gets or sets the group value.

    Declaration
    public ColorUIAdvGroup Group { get; set; }
    Property Value
    Type Description
    ColorUIAdvGroup

    SubItems

    Gets or sets the sub items of GroupColorItem.

    Declaration
    public ColorItemCollection SubItems { get; set; }
    Property Value
    Type Description
    ColorItemCollection
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved