RibbonBarItemButton
Wisej.Web.Ext.RibbonBar.RibbonBarItemButton
Namespace: Wisej.Web.Ext.RibbonBar
Assembly: Wisej.Web.Ext.RibbonBar (3.2.0.0)
Represents a button in a RibbonBarGroup.
public class RibbonBarItemButton : RibbonBarItemPublic Class RibbonBarItemButton
Inherits RibbonBarItemConstructors
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
Represents a split button in a RibbonBarGroup.
Last updated
Was this helpful?