RibbonBarItemButton
Namespace: Wisej.Web.Ext.RibbonBar
Assembly: Wisej.Web.Ext.RibbonBar
Represents a button in a RibbonBarGroup.
- C#
- VB.NET
public class RibbonBarItemButton : RibbonBarItem
Public Class RibbonBarItemButton
Inherits RibbonBarItem
Constructors
RibbonBarItemButton()
Properties
ColumnBreak
Boolean: Returns or sets a value indicating whether a new column starts after this RibbonBarItem.
MenuItems
MenuItemCollection: Returns the collection of MenuItem objects associated with the button.
Orientation
Orientation: Returns or sets the layout orientation of the RibbonBarItemButton. (Default: Vertical)
Pushed
Boolean: Returns or sets whether the RibbonBarItemButton is rendered using the "pushed" state. (Default: False)
Events
ItemClicked
RibbonBarMenuItemEventHandler Fired when the user clicks one of the drop down menu items.
PushedChanged
EventHandler Fired when the value of the Pushed property changes.
Inherited By
| Name | Description |
|---|---|
| RibbonBarItemSplitButton | Represents a split button in a RibbonBarGroup. |