Skip to main content
A newer version of this page is available. .
Tab

ColorEditItemCollection Constructors

A collection of ColorEditItem objects.
Name Parameters Description
ColorEditItemCollection() none Initializes a new instance of the ColorEditItemCollection class with default settings.
ColorEditItemCollection(IWebControlObject, ICollection) owner, collection Initializes a new instance of the ColorEditItemCollection class with the specified owner and collection.
ColorEditItemCollection(IWebControlObject) owner Initializes a new instance of the ColorEditItemCollection class with the specified owner.
ColorEditItemCollection(ICollection) collection Initializes a new instance of the ColorEditItemCollection class and populate it with the specified collection.
See Also