| ContextMenuTargetCollection Class |
Namespace: Kettic.AspNet.Controls
The ContextMenuTargetCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| ContextMenuTargetCollection |
Initializes a new instance of the ContextMenuTargetCollection class.
|
| Name | Description | |
|---|---|---|
| Add |
Appends the specified ContextMenuTarget object to the end of the current ContextMenuTargetCollection.
| |
| AddRange | Appends the specified array of ContextMenuTarget objects to the end of the
current ContextMenuTargetCollection.
| |
| Contains |
Determines whether the specified ContextMenuTarget object is in the current
ContextMenuTargetCollection.
| |
| CopyTo |
Copies the contents of the current ContextMenuTargetCollection into the
specified array of ContextMenuTarget objects.
| |
| IndexOf |
Determines the index of the specified ContextMenuTarget object in the collection.
| |
| Insert |
Inserts the specified ContextMenuTarget object in the current
ContextMenuTargetCollection at the specified index location.
| |
| Remove |
Removes the specified ContextMenuTarget object from the current
ContextMenuTargetCollection.
| |
| RemoveAt |
Removes the ContextMenuTarget object at the specified index
from the current ContextMenuTargetCollection.
|
| Name | Description | |
|---|---|---|
| Item |
Gets the ContextMenuTarget object at the specified index in
the current ContextMenuTargetCollection.
|