Skip to main content

RibbonBarItem

Namespace: Wisej.Web.Ext.RibbonBar

Assembly: Wisej.Web.Ext.RibbonBar

Represents a single item in a RibbonBarGroup.

public class RibbonBarItem : Component

Properties

Instance memberColumnBreak

Boolean: Returns or sets a value indicating whether a new column starts after this RibbonBarItem.

Instance memberEnabled

Boolean: Returns or sets whether the RibbonBarItem can respond to user interaction. (Default: True)

Instance memberImage

Image: Returns or sets the image that is displayed next to a RibbonBarItem.

Instance memberImageIndex

Int32: Returns or sets the index value of the image assigned to the RibbonBarItem. (Default: -1)

Throws:

Instance memberImageKey

String: Returns or sets the name of the image assigned to the RibbonBarItem. (Default: "")

Instance memberImageSource

String: Returns or sets the theme name or URL for the image to display next to a RibbonBarItem.

Instance memberName

String: Returns or sets the name of the RibbonBarItem.

Instance memberParent

RibbonBarGroup: Returns the RibbonBarGroup that owns this RibbonBarItem.

Instance memberRibbonBar

RibbonBar: Returns the RibbonBar that contains this RibbonBarItem;

Instance memberText

String: Returns or sets the text of the RibbonBarItem. (Default: "")

Instance memberToolTipText

String: Returns or sets the tooltip text for the RibbonBarItem. (Default: "")

Instance memberVisible

Boolean: Returns or sets whether the RibbonBarItem is visible or hidden. (Default: True)

Methods

Instance memberUpdate()

Updates the component on the client.

Events

Instance memberClick

EventHandler Fired when the RibbonBarItem is clicked.

Inherited By

NameDescription
RibbonBarItemButtonRepresents a button in a RibbonBarGroup.
RibbonBarItemButtonGroupRepresents a group of buttons in a RibbonBarGroup organized horizontally.
RibbonBarItemCheckBoxRepresents a checkbox in a RibbonBarGroup.
RibbonBarItemComboBoxRepresents a combobox in a RibbonBarGroup.
RibbonBarItemControlRepresents a user defined control in a RibbonBarGroup.
RibbonBarItemRadioButtonRepresents a radio button in a RibbonBarGroup.
RibbonBarItemSeparatorRepresents a vertical separator in a RibbonBarGroup.
RibbonBarItemSplitButtonRepresents a split button in a RibbonBarGroup.
RibbonBarItemTextBoxRepresents a textbox in a RibbonBarGroup.