Click or drag to resize
KaxToolBarItem Properties

The KaxToolBarItem type exposes the following members.

Properties
  Name Description
Public property Code example ClickedCssClass
Gets or sets the Cascading Style Sheet (CSS) class applied when the toolbar item is clicked.
Public property Code example ClickedImageUrl
Gets or sets the path to an image to display for the item when the user clicks it.
Public property DisabledCssClass
Gets or sets the Cascading Style Sheet (CSS) class applied when the toolbar item is disabled.
Public property Code example DisabledImageUrl
Gets or sets the path to an image to display when the item is disabled.
Public property Code example FocusedCssClass
Gets or sets the Cascading Style Sheet (CSS) class applied when the toolBar item is focused after tabbing to it, or by using its AccessKey
Public property Code example FocusedImageUrl
Gets or sets the path to an image to display when the user focuses the item either by tabbing to it or by using the AccessKey
Public property HoveredCssClass
Gets or sets the Cascading Style Sheet (CSS) class applied when the user moves the mouse over the toolbar item.
Public property Code example HoveredImageUrl
Gets or sets the path to an image to display when the user moves the mouse over the item.
Public property Code example ImagePosition
Gets or sets the position of the item image according to the item text.
Public property Code example ImageUrl
Gets or sets the path to an image to display for the item.
Public property OuterCssClass
Gets or sets the Cascading Style Sheet (CSS) class applied on the outmost element (<LI>).
Public property Text
Gets or sets the text displayed for the current item.
(Overrides ControlItemText.)
Public property ToolBar
Gets the KaxToolBar instance which contains the item.
Top
See Also