KaxToolBar Methods |
The KaxToolBar type exposes the following members.
Name | Description | |
---|---|---|
![]() |
FindButtonByCommandName |
Searches the KaxToolBar control for the first
IKaxToolBarButtonCommandName
property is equal to the specified value.
|
![]() ![]() |
FindItem |
Returns the first KaxToolBarItem
that matches the conditions defined by the specified predicate.
The predicate should returns a boolean value.
|
![]() |
FindItemByText(String) |
Searches the KaxToolBar control for the first
KaxToolBarItem whose Text
property is equal to the specified value.
|
![]() |
FindItemByText(String, Boolean) |
Searches the KaxToolBar control for the first
KaxToolBarItem whose Text
property is equal to the specified value.
|
![]() |
FindItemByUrl |
Searches the KaxToolBar control for the first
KaxToolBarButton or
KaxToolBarSplitButton which
NavigateUrl
property is equal to the specified value.
|
![]() |
FindItemByValue(String) |
Searches the KaxToolBar control for the first
KaxToolBarButton or
KaxToolBarSplitButton which
Value
property is equal to the specified value.
|
![]() |
FindItemByValue(String, Boolean) |
Searches the KaxToolBar control for the first
KaxToolBarButton or
KaxToolBarSplitButton which
Value
property is equal to the specified value.
|
![]() |
GetAllItems |
Gets a linear list of all toolbar items in the KaxToolBar control.
|
![]() |
GetCheckedGroupButton |
Gets the checked button which belongs to the specified group in the
KaxToolBar control
|
![]() |
GetGroupButtons |
Gets a linear list of all toolbar buttons in the KaxToolBar control,
which belong to the specified group
|
![]() ![]() |
LoadContentFile |
Populates the KaxToolBar control from external XML file.
|