KaxToolBarItemCollection Class |
Namespace: Kettic.AspNet.Controls
The KaxToolBarItemCollection type exposes the following members.
Name | Description | |
---|---|---|
KaxToolBarItemCollection |
Initializes a new instance of the KaxToolBarItemCollection class.
|
Name | Description | |
---|---|---|
Add |
Appends the specified KaxToolBarItem object to the end of the
current KaxToolBarItemCollection.
| |
AddRange |
Appends the specified array of KaxToolBarItem objects
to the end of the current KaxToolBarItemCollection.
| |
Contains |
Determines whether the specified KaxToolBarItem object is in the current
KaxToolBarItemCollection.
| |
FindItem |
Returns the first KaxToolBarItem
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 KaxToolBarItem which contains the specified attribute and attribute value.
| |
FindItemByText(String) |
Searches the ToolBarItemCollection for the first
KaxToolBarItem with a Text property equal to
the specified value.
| |
FindItemByText(String, Boolean) |
Searches the ToolBarItemCollection for the first
KaxToolBarItem with a Text property equal to
the specified value.
| |
FindItemByValue(String) |
Searches the ToolBarItemCollection for the first button item
(KaxToolBarButton or
KaxToolBarSplitButton) with a
Value property equal
to the specified value.
| |
FindItemByValue(String, Boolean) |
Searches the ToolBarItemCollection for the first button item
(KaxToolBarButton or
KaxToolBarSplitButton) with a
Value property equal
to the specified value.
| |
IndexOf |
Determines the index of the specified KaxToolBarItem object in
the collection.
| |
Insert |
Inserts the specified KaxToolBarItem object in the current
KaxToolBarItemCollection at the specified index location.
| |
Remove |
Removes the specified KaxToolBarItem object from the current
KaxToolBarItemCollection.
| |
RemoveAt |
Removes the KaxToolBarItem object at the specified index
from the current KaxToolBarItemCollection.
|
Name | Description | |
---|---|---|
Item |
Gets the KaxToolBarItem object at the specified index in
the current KaxToolBarItemCollection.
|
The KaxToolBarItemCollection class represents a collection of KaxToolBarItem objects. The KaxToolBarItem objects in turn represent items (buttons, dropdowns or split buttons) within a KaxToolBar control.