The C1ToolBarButton type exposes the following members.

Constructors

  NameDescription
Public methodC1ToolBarButton
Creates an instance of the C1ToolBarButton class.

Methods

  NameDescription
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitialize (Inherited from C1ToolBarItem.)
Public methodToLocaleString (Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAccessKey (Inherited from C1ToolBarItem.)
Public propertyCausesValidation (Inherited from C1ToolBarItem.)
Public propertyClientType
Represents the ClientType name of C1ToolBarButton.
(Overrides C1ToolBarItem..::..ClientType.)
Public propertyCommandArgument
Gets or sets an optional parameter passed to the ItemClick and ItemSelected events of the component along with the associated CommandName.
(Inherited from C1ToolBarItem.)
Public propertyCommandName
Gets or sets the command name associated with the Item passed to the ItemClick and ItemSelected events of the component.
(Inherited from C1ToolBarItem.)
Public propertyDisabledImageUrl
Url path to image what will be displayed for disabled item.
(Inherited from C1ToolBarItem.)
Public propertyDisplayVisible (Inherited from C1ToolBarItem.)
Public propertyEnabled
Gets or sets if toolbar item is Enabled.
(Inherited from C1ToolBarItem.)
Public propertyFocused (Inherited from C1ToolBarItem.)
Public propertyImageUrl
Url path to image what will be rendered into item.
(Inherited from C1ToolBarItem.)
Public propertyIndex (Inherited from C1ToolBarItem.)
Public propertyIsTemplated (Inherited from C1ToolBarItem.)
Public propertyItemsContainer (Inherited from C1ToolBarItem.)
Public propertyMouseOverImageUrl
Url path to image what will be displayed for mouse over item.
(Inherited from C1ToolBarItem.)
Public propertyName
Gets or sets the name for the toolbar item.
(Inherited from C1ToolBarItem.)
Public propertyNavigateUrl
Gets or sets the URL to link to when the hyperlink is clicked in the item. Default value is empty string.
(Inherited from C1ToolBarItem.)
Public propertyOwner (Inherited from C1ToolBarItem.)
Public propertySelected
Gets or sets a value indicating whether the current item is selected.
(Inherited from C1ToolBarItem.)
Public propertySelectedDisabledImageUrl
Url path to image what will be displayed for disabled and selected item.
(Inherited from C1ToolBarItem.)
Public propertySelectedHoverImageUrl
Url path to image what will be displayed for mouse over selected item.
(Inherited from C1ToolBarItem.)
Public propertySelectedImageUrl
Url path to image what will be displayed for disabled item.
(Inherited from C1ToolBarItem.)
Public propertyTarget
Gets or sets the target window or frame to display the Web page content linked to when the menu item is clicked or enter key pressed. Default value is empty string.
(Inherited from C1ToolBarItem.)
Public propertyText
Gets or sets the text caption for the toolbar item.
(Inherited from C1ToolBarItem.)
Public propertyTextImageRelation (Inherited from C1ToolBarItem.)
Public propertyToolBar (Inherited from C1ToolBarItem.)
Public propertyToolTip
Gets or sets tooltip text what will be displayed when mouse is over item.
(Inherited from C1ToolBarItem.)
Public propertyValue
Gets or sets the value for the toolbar item.
(Inherited from C1ToolBarItem.)

Events

  NameDescription
Public eventItemVisibleChanged (Inherited from C1ToolBarItem.)
Public eventToolBarPropertyChanged
Item Blur event.
(Inherited from C1ToolBarItem.)

See Also