RibbonBar Class Members
The following tables list the members exposed by RibbonBar.
Public Properties
Name | Description | |
---|---|---|
ApplicationMenu | Gets the ApplicationMenu element | |
Caption | Gets or sets the description displayed in the caption of the Ribbon. | |
DisplayMode | Gets or sets the display mode of the Ribbon. | |
Enabled | Gets or sets the enabled state of the RibbonBar. | |
Minimized | Gets or sets whether the Ribbon is minimized. | |
QATContextMenuTools | Gets the QuickAccessToolbar.ContextMenuTools element | |
QuickAccessToolbarTools | Gets the QuickAccessToolbar element | |
RibbonContextualTabGroups | Gets the collection of ContextualTabGroup objects currently managed by the Ribbon. | |
RibbonSelectedTab | Gets or sets the selected Ribbon Tab | |
RibbonSelectedTabKey | Gets or sets the selected Ribbon Tab by key | |
RibbonTabs | Gets the collection of RibbonTab objects currently managed by the Ribbon. | |
TabToolbarTools | Gets the TabToolbarTools element | |
Tag | Gets or sets the tag property which can be used to logically attach another object or value to a tool. | |
Visible | Gets or sets whether the Ribbon is visible. |
Public Methods
Name | Description | |
---|---|---|
Contains | Checks if the provided key is a valid Ribbon element | |
GetToolsOf | Gets the tools collection of the Ribbon element specified by key |
Public Events
Name | Description | |
---|---|---|
AfterBackPageSelected | Fires when Backpage changed | |
AfterTabSelected | Fires after ribbon tab selection changed | |
BeforeApplicationMenuClosed | Fires before Ribbon Application menu is closed | |
BeforeApplicationMenuDisplayed | Fires before Ribbon Application menu is displayed |
See Also