Click or drag to resize
GenericEditorToolBaseCollectionItemType Class
Inheritance Hierarchy
SystemObject
  System.Web.UIStateManagedCollection
    Kettic.AspNet.Controls.EditorGenericEditorToolBaseCollectionItemType
      Kettic.AspNet.ControlsEditorToolCollection

Namespace: Kettic.AspNet.Controls.Editor
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public abstract class GenericEditorToolBaseCollection<ItemType> : StateManagedCollection
where ItemType : Object

Type Parameters

ItemType

The GenericEditorToolBaseCollectionItemType type exposes the following members.

Methods
  NameDescription
Public methodAdd
Public methodAddRange
Public methodContains
Public methodCopyTo
Public methodIndexOf
Public methodInsert
Public methodRemove
Public methodRemoveAt
Removes the item at the specified index.
Top
Properties
  NameDescription
Public propertyItem
Gets or sets the tool at the specified index.
Top
See Also