RibbonBarItem
Namespace: Wisej.Web.Ext.RibbonBar
Assembly: Wisej.Web.Ext.RibbonBar
Represents a single item in a RibbonBarGroup.
- C#
- VB.NET
public class RibbonBarItem : Component
Public Class RibbonBarItem
Inherits Component
Properties
ColumnBreak
Boolean: Returns or sets a value indicating whether a new column starts after this RibbonBarItem.
Enabled
Boolean: Returns or sets whether the RibbonBarItem can respond to user interaction. (Default: True)
Image
Image: Returns or sets the image that is displayed next to a RibbonBarItem.
ImageIndex
Int32: Returns or sets the index value of the image assigned to the RibbonBarItem. (Default: -1)
Throws:
- ArgumentOutOfRangeException The specified index is less than -1.
ImageKey
String: Returns or sets the name of the image assigned to the RibbonBarItem. (Default: "")
ImageSource
String: Returns or sets the theme name or URL for the image to display next to a RibbonBarItem.
Name
String: Returns or sets the name of the RibbonBarItem.
Parent
RibbonBarGroup: Returns the RibbonBarGroup that owns this RibbonBarItem.
RibbonBar
RibbonBar: Returns the RibbonBar that contains this RibbonBarItem;
Text
String: Returns or sets the text of the RibbonBarItem. (Default: "")
ToolTipText
String: Returns or sets the tooltip text for the RibbonBarItem. (Default: "")
Visible
Boolean: Returns or sets whether the RibbonBarItem is visible or hidden. (Default: True)
Methods
Update()
Updates the component on the client.
Events
Click
EventHandler Fired when the RibbonBarItem is clicked.
Inherited By
| Name | Description |
|---|---|
| RibbonBarItemButton | Represents a button in a RibbonBarGroup. |
| RibbonBarItemButtonGroup | Represents a group of buttons in a RibbonBarGroup organized horizontally. |
| RibbonBarItemCheckBox | Represents a checkbox in a RibbonBarGroup. |
| RibbonBarItemComboBox | Represents a combobox in a RibbonBarGroup. |
| RibbonBarItemControl | Represents a user defined control in a RibbonBarGroup. |
| RibbonBarItemRadioButton | Represents a radio button in a RibbonBarGroup. |
| RibbonBarItemSeparator | Represents a vertical separator in a RibbonBarGroup. |
| RibbonBarItemSplitButton | Represents a split button in a RibbonBarGroup. |
| RibbonBarItemTextBox | Represents a textbox in a RibbonBarGroup. |