Click or drag to resize
KaxToolBar Methods

The KaxToolBar type exposes the following members.

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