Click or drag to resize
IKaxToolBarButton Interface
Defines properties that must be implemented to allow a control to act like a KaxToolBarButton item in a KaxToolBar.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public interface IKaxToolBarButton

The IKaxToolBarButton type exposes the following members.

Properties
  NameDescription
Public propertyCausesValidation
Gets or sets a value indicating whether clicking the button causes page validation to occur.
Public propertyCode exampleClickedCssClass
Gets or sets the Cascading Style Sheet (CSS) class applied when the toolbar item is clicked.
Public propertyClickedImageUrl
Gets or sets the path to an image to display for the item when the user clicks it.
Public propertyCommandArgument
Gets or sets an optional parameter passed to the Command event of the KaxToolBar instance along with the associated CommandName
Public propertyCommandName
Gets or sets the command name associated with the toolbar item that is passed to the ItemCommand event of the KaxToolBar instance.
Public propertyDisabledCssClass
Gets or sets the Cascading Style Sheet (CSS) class applied when the toolbar item is disabled.
Public propertyDisabledImageUrl
Gets or sets the path to an image to display when the item is disabled.
Public propertyFocusedCssClass
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 propertyFocusedImageUrl
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 propertyHoveredCssClass
Gets or sets the Cascading Style Sheet (CSS) class applied when the user moves the mouse over the toolbar item.
Public propertyCode exampleHoveredImageUrl
Gets or sets the path to an image to display when the user moves the mouse over the item.
Public propertyImagePosition
Gets or sets the position of the item image according to the item text.
Public propertyImageUrl
Gets or sets the path to an image to display for the item.
Public propertyItemTemplate
Gets or sets the template for displaying the item.
Public propertyNavigateUrl
Gets or sets the URL to link to when the item is clicked.
Public propertyPostBack
Gets or sets a value, indicating if the item will perform a postback.
Public propertyPostBackUrl
Gets or sets the URL of the Web page to post to from the current page when the button control is clicked.
Public propertyTarget
Gets or sets the target window or frame to display the Web page content linked to when the toolbar item is clicked.
Public propertyText
Gets or sets the text displayed for the current item.
Public propertyToolBar
Gets the KaxToolBar instance which contains the item.
Public propertyValidationGroup
Gets or sets the name for the group of controls for which the button control causes validation when it posts back to the server.
Public propertyValue
Gets or sets the value associated with the toolbar item.
Top
See Also