Class ColorSpecialItems
Class for ColorSpecialItems.
Inheritance
System.Object
ColorSpecialItems
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class ColorSpecialItems : CollectionBase
Constructors
ColorSpecialItems()
Initializes the new instance for ColorSpecialItems class.
Declaration
public ColorSpecialItems()
Properties
Item[Int32]
Gets or sets the ColorCollection.
Declaration
public ColorCollection this[int i] { get; set; }
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | i | Index |
Property Value
| Type | Description |
|---|---|
| ColorCollection | ColorCollection |
Methods
Add(ColorCollection)
Adds the items in ColorCollection.
Declaration
public ColorCollection Add(ColorCollection si)
Parameters
| Type | Name | Description |
|---|---|---|
| ColorCollection | si | ColorCollection |
Returns
| Type | Description |
|---|---|
| ColorCollection | ColorCollection |
AddRange(ColorCollection[])
Adds the items in ColorCollection.
Declaration
public void AddRange(ColorCollection[] si)
Parameters
| Type | Name | Description |
|---|---|---|
| ColorCollection[] | si | ColorCollection |
Contains(ColorCollection)
Checks whether the InnerList contains the given ColorCollection.
Declaration
public bool Contains(ColorCollection si)
Parameters
| Type | Name | Description |
|---|---|---|
| ColorCollection | si | ColorCollection |
Returns
| Type | Description |
|---|---|
| System.Boolean | ColorCollection |
GetValues()
Gets the values of the ColorCollection.
Declaration
public ColorCollection[] GetValues()
Returns
| Type | Description |
|---|---|
| ColorCollection[] | ColorCollection |
Remove(ColorCollection)
Removes the items from ColorCollection.
Declaration
public void Remove(ColorCollection si)
Parameters
| Type | Name | Description |
|---|---|---|
| ColorCollection | si | ColorCollection |