RibbonBar
Wisej.Web.Ext.RibbonBar.RibbonBar
Last updated
Wisej.Web.Ext.RibbonBar.RibbonBar
Last updated
Namespace: Wisej.Web.Ext.RibbonBar
Assembly: Wisej.Web.Ext.RibbonBar (3.2.0.0)
The RibbonBar organizes the features of an application into a series of tabs.
The RibbonBar is a command bar that organizes the features of an application into a series of tabs at the top of the application main page or window. The RibbonBar user interface (UI) increases discoverability of features and functions, enables quicker learning of the application, and makes users feel more in control of their experience with the application. The RibbonBar replaces the traditional menu bar and toolbars.
Initializes a new instance of the RibbonBar control.
RibbonBarAppButton: Represents the application button displayed before the first RibbonBarPage.
Boolean: Returns or sets a value that indicates whether the control resizes based on its contents. (Default: False
)
Boolean: Returns or sets whether clicking RibbonBar items causes validation to be performed on the active control. (Default: False
)
Boolean: Returns or sets the compact view mode. (Default: False
)
ImageList: Returns or sets the collection of images available to the RibbonBar items. (Default: null
)
RibbonBarPageCollection: Returns the collection of RibbonBarPage pages in the RibbonBar.
RibbonBarPage: Returns or sets the currently active RibbonBarPage.
ComponentToolCollection: Returns the instance of ComponentToolCollection associated with this control.
Retrieves the size of a rectangular area into which a control can be fitted.
Returns: Size. The Size representing the preferred size of the control.
EventHandler Fired when the AppButton is clicked.
EventHandler Fired when the property CompactView changes value.
RibbonBarGroupEventHandler Fired when the user clicks on a RibbonBarGroup button.
RibbonBarItemEventHandler Fired when the user clicks on a RibbonBarItem.
RibbonBarItemEventHandler Fired when the user changes the value of a RibbonBarItem.
RibbonBarMenuItemEventHandler Fired when the user clicks one of the drop down menu items of a RibbonBarItemButton or RibbonBarItemSplitButton.
EventHandler Fired when the value of the SelectedPage property changes.
ToolClickEventHandler Fired when a ComponentTool is clicked.