Class ColorUIAdvGroup
Represents the group of color in user interaction (UI) for the control.
Inherited Members
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 |
---|
System.Drawing.Rectangle |
Header
Gets the header of ColorUIAdvGroup.
Declaration
public LabelItem Header { get; }
Property Value
Type |
---|
LabelItem |
HeaderHeight
Gets or sets the header height of the groups.
Declaration
public int HeaderHeight { get; set; }
Property Value
Type |
---|
System.Int32 |
Index
Gets or sets the index value.
Declaration
public int Index { get; set; }
Property Value
Type |
---|
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 |
---|
System.Boolean |
Items
Gets collection of base ColorItems for this group.
Declaration
public ColorItemCollection Items { get; }
Property Value
Type |
---|
ColorItemCollection |
Name
Gets or sets the object name of group.
Declaration
public string Name { get; set; }
Property Value
Type |
---|
System.String |
ParentControl
Gets or sets the value of parent control.
Declaration
public ColorPickerUIAdv ParentControl { get; set; }
Property Value
Type |
---|
ColorPickerUIAdv |
Size
Gets or sets the size value.
Declaration
public Size Size { get; set; }
Property Value
Type |
---|
System.Drawing.Size |
SubItemsDepth
Gets or sets count of visible SubColorItems.
Declaration
public int SubItemsDepth { get; set; }
Property Value
Type |
---|
System.Int32 |
Visible
Gets or sets a value indicating whether group is visible.
Declaration
public bool Visible { get; set; }
Property Value
Type |
---|
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 |
---|
System.Boolean |