KaxToolBarButtonCollection Class |
Namespace: Kettic.AspNet.Controls
The KaxToolBarButtonCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | KaxToolBarButtonCollection |
Initializes a new instance of the
KaxToolBarButtonCollection class.
|
Name | Description | |
---|---|---|
![]() ![]() | Add |
Appends the specified KaxToolBarButton object to the end of the
current KaxToolBarButtonCollection.
|
![]() ![]() | AddRange |
Appends the specified array of KaxToolBarButton objects
to the end of the current KaxToolBarButtonCollection.
|
![]() | Contains |
Determines whether the specified KaxToolBarButton object
is in the current KaxToolBarButtonCollection.
|
![]() | FindButtonByAttribute |
Searches the items in the collection for a KaxToolBarButton
which contains the specified attribute and attribute value.
|
![]() | FindButtonByText |
Searches the KaxToolBarButtonCollection for the first
KaxToolBarButton with a Text property equal to
the specified value.
|
![]() | FindButtonByValue |
Searches the KaxToolBarButtonCollection for the first
KaxToolBarButton with a Value property equal
to the specified value.
|
![]() | IndexOf |
Determines the index of the specified KaxToolBarButton object in
the collection.
|
![]() | Insert |
Inserts the specified KaxToolBarButton object in the current
KaxToolBarButtonCollection at the specified index location.
|
![]() | Remove |
Removes the specified KaxToolBarButton object from the current
KaxToolBarButtonCollection.
|
![]() | RemoveAt |
Removes the KaxToolBarButton object at the specified index
from the current KaxToolBarButtonCollection.
|
Name | Description | |
---|---|---|
![]() | Item |
Gets the KaxToolBarButton object at the specified index in
the current KaxToolBarButtonCollection.
|
The KaxToolBarButtonCollection class represents a collection of KaxToolBarButton objects. The KaxToolBarButton objects in turn represent buttons within a KaxToolBarDropDown or a KaxToolBarSplitButton.