WinForms

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

    Show / Hide Table of Contents

    Class ColorUIAdvGroup

    Represents the group of color in user interaction (UI) for the control.

    Inheritance
    System.Object
    ColorUIGroup
    ColorUIAdvGroup
    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.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class ColorUIAdvGroup : ColorUIGroup

    Constructors

    ColorUIAdvGroup(ColorPickerUIAdv, ColorUIAdvGroups, Boolean)

    Initialize a new instance of the ColorUIAdvGroup class.

    Declaration
    public ColorUIAdvGroup(ColorPickerUIAdv control, ColorUIAdvGroups group, bool isDesignMode)
    Parameters
    Type Name Description
    ColorPickerUIAdv control

    An instance of the control.

    ColorUIAdvGroups group

    The color groups.

    System.Boolean isDesignMode

    The bool value of design mode.

    ColorUIAdvGroup(ColorPickerUIAdv, ColorUIAdvGroups, Boolean, Boolean)

    Initialize a new instance of the ColorUIAdvGroup class.

    Declaration
    public ColorUIAdvGroup(ColorPickerUIAdv control, ColorUIAdvGroups group, bool isDesignMode, bool isDefault)
    Parameters
    Type Name Description
    ColorPickerUIAdv control

    An instance of the control.

    ColorUIAdvGroups group

    The color groups.

    System.Boolean isDesignMode

    The bool value of design mode.

    System.Boolean isDefault

    The bool value of default.

    Properties

    Bounds

    Gets or sets the bounds value.

    Declaration
    public Rectangle Bounds { get; set; }
    Property Value
    Type Description
    System.Drawing.Rectangle

    Header

    Gets the header of ColorUIAdvGroup.

    Declaration
    public LabelItem Header { get; }
    Property Value
    Type Description
    LabelItem

    HeaderHeight

    Gets or sets the header height of the groups.

    Declaration
    public int HeaderHeight { get; set; }
    Property Value
    Type Description
    System.Int32

    Index

    Gets or sets the index value.

    Declaration
    public int Index { get; set; }
    Property Value
    Type Description
    System.Int32

    IsSubItemsVisible

    Gets or sets a value indicating whether SubColorItems should be visible of hidden.

    Declaration
    public bool IsSubItemsVisible { get; set; }
    Property Value
    Type Description
    System.Boolean

    Items

    Gets collection of base ColorItems for this group.

    Declaration
    public ColorItemCollection Items { get; }
    Property Value
    Type Description
    ColorItemCollection

    Name

    Gets or sets the object name of group.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    ParentControl

    Gets or sets the value of parent control.

    Declaration
    public ColorPickerUIAdv ParentControl { get; set; }
    Property Value
    Type Description
    ColorPickerUIAdv

    Size

    Gets or sets the size value.

    Declaration
    public Size Size { get; set; }
    Property Value
    Type Description
    System.Drawing.Size

    SubItemsDepth

    Gets or sets count of visible SubColorItems.

    Declaration
    public int SubItemsDepth { get; set; }
    Property Value
    Type Description
    System.Int32

    Visible

    Gets or sets a value indicating whether group is visible.

    Declaration
    public bool Visible { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    CreateAccessibilityInstance()

    Creates a new accessibility object in ColorUIAdvGroup.

    Declaration
    protected AccessibleObject CreateAccessibilityInstance()
    Returns
    Type Description
    System.Windows.Forms.AccessibleObject

    Returns a new System.Windows.Forms.AccessibleObject for the ColorUIAdvGroup

    ShouldSerializeItems()

    Declaration
    protected bool ShouldSerializeItems()
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved