Click or drag to resize
ContextMenuTargetCollection Class
Represents a collection of ContextMenuTarget objects.
Inheritance Hierarchy
SystemObject
  System.Web.UIStateManagedCollection
    Kettic.AspNet.ControlsContextMenuTargetCollection

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class ContextMenuTargetCollection : StateManagedCollection

The ContextMenuTargetCollection type exposes the following members.

Constructors
  NameDescription
Public methodContextMenuTargetCollection
Initializes a new instance of the ContextMenuTargetCollection class.
Top
Methods
  NameDescription
Public methodAdd
Appends the specified ContextMenuTarget object to the end of the current ContextMenuTargetCollection.
Public methodAddRange
Appends the specified array of ContextMenuTarget objects to the end of the current ContextMenuTargetCollection.
Public methodContains
Determines whether the specified ContextMenuTarget object is in the current ContextMenuTargetCollection.
Public methodCopyTo
Copies the contents of the current ContextMenuTargetCollection into the specified array of ContextMenuTarget objects.
Public methodIndexOf
Determines the index of the specified ContextMenuTarget object in the collection.
Public methodInsert
Inserts the specified ContextMenuTarget object in the current ContextMenuTargetCollection at the specified index location.
Public methodRemove
Removes the specified ContextMenuTarget object from the current ContextMenuTargetCollection.
Public methodRemoveAt
Removes the ContextMenuTarget object at the specified index from the current ContextMenuTargetCollection.
Top
Properties
  NameDescription
Public propertyItem
Gets the ContextMenuTarget object at the specified index in the current ContextMenuTargetCollection.
Top
See Also