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 : RibbonBarItem

Constructors

RibbonBarItemButton()

Properties

ColumnBreak

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.

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

Represents a split button in a RibbonBarGroup.

Last updated

Was this helpful?