Click or drag to resize
EditorColorCollection Class
A strongly typed collection of EditorColor objects
Inheritance Hierarchy
SystemObject
  System.Web.UIStateManagedCollection
    Kettic.AspNetStronglyTypedStateManagedCollectionEditorColor
      Kettic.AspNet.ControlsEditorColorCollection

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public sealed class EditorColorCollection : StronglyTypedStateManagedCollection<EditorColor>

The EditorColorCollection type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds a EditorColor object, initialized with the specified value.
Top
See Also