| KaxMenuItemCollection Class |
Namespace: Kettic.AspNet.Controls
The KaxMenuItemCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| KaxMenuItemCollection |
Initializes a new instance of the KaxMenuItemCollection class.
|
| Name | Description | |
|---|---|---|
| Add |
Appends the specified KaxMenuItem object to the end of the current KaxMenuItemCollection.
| |
| AddRange | Appends the specified array of KaxMenuItem objects to the end of the
current KaxMenuItemCollection.
| |
| Contains |
Determines whether the specified KaxMenuItem object is in the current
KaxMenuItemCollection.
| |
| CopyTo |
Copies the contents of the current KaxMenuItemCollection into the
specified array of KaxMenuItem objects.
| |
| FindItem |
Returns the first KaxMenuItem
that matches the conditions defined by the specified predicate.
The predicate should returns a boolean value.
| |
| FindItemByAttribute |
Searches the items in the collection for a KaxMenuItem which contains the specified attribute and attribute value.
| |
| FindItemByText(String) |
Searches the KaxMenuItemCollection control for the first
KaxMenuItem with a Text property equal to
the specified value.
| |
| FindItemByText(String, Boolean) |
Searches the KaxMenu control for the first
KaxMenuItem with a Text property equal to
the specified value.
| |
| FindItemByValue(String) |
Searches the KaxMenuItemCollection control for the first
KaxMenuItem with a Value property equal
to the specified value.
| |
| FindItemByValue(String, Boolean) |
Searches the KaxMenu control for the first
KaxMenuItem with a Value property equal
to the specified value.
| |
| IndexOf |
Determines the index of the specified KaxMenuItem object in the collection.
| |
| Insert |
Inserts the specified KaxMenuItem object in the current
KaxMenuItemCollection at the specified index location.
| |
| Remove |
Removes the specified KaxMenuItem object from the current
KaxMenuItemCollection.
| |
| RemoveAt |
Removes the KaxMenuItem object at the specified index
from the current KaxMenuItemCollection.
|
| Name | Description | |
|---|---|---|
| Item |
Gets the KaxMenuItem object at the specified index in
the current KaxMenuItemCollection.
|
The KaxMenuItemCollection class represents a collection of KaxMenuItem objects. The KaxMenuItem objects in turn represent menu items within a KaxMenu control.