EditorColorCollection Class |
A strongly typed collection of EditorColor objects
Inheritance Hierarchy
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic sealed class EditorColorCollection : StronglyTypedStateManagedCollection<EditorColor>
Public NotInheritable Class EditorColorCollection
Inherits StronglyTypedStateManagedCollection(Of EditorColor)
public ref class EditorColorCollection sealed : public StronglyTypedStateManagedCollection<EditorColor^>
[<SealedAttribute>]
type EditorColorCollection =
class
inherit StronglyTypedStateManagedCollection<EditorColor>
end
The EditorColorCollection type exposes the following members.
Methods
| Name | Description |
---|
 | Add |
Adds a EditorColor object, initialized with the specified value.
|
Top
See Also