Skip to main content

RibbonBarItemButton

Namespace: Wisej.Web.Ext.RibbonBar

Assembly: Wisej.Web.Ext.RibbonBar

Represents a button in a RibbonBarGroup.

public class RibbonBarItemButton : RibbonBarItem

Constructors

Instance memberRibbonBarItemButton()

Properties

Instance memberColumnBreak

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

MenuItemCollection: Returns the collection of MenuItem objects associated with the button.

Instance memberOrientation

Orientation: Returns or sets the layout orientation of the RibbonBarItemButton. (Default: Vertical)

Instance memberPushed

Boolean: Returns or sets whether the RibbonBarItemButton is rendered using the "pushed" state. (Default: False)

Events

Instance memberItemClicked

RibbonBarMenuItemEventHandler Fired when the user clicks one of the drop down menu items.

Instance memberPushedChanged

EventHandler Fired when the value of the Pushed property changes.

Inherited By

NameDescription
RibbonBarItemSplitButtonRepresents a split button in a RibbonBarGroup.