RibbonBar Collection Members
See Also
- RibbonBar Overview
- AddRibbonBar Method
- FindControl Method
- Execute Event
- Update Event
- EnableDocking Method
- RecalcLayout Method
- RedrawBar Method
- SetIconSize Method
- TabCount Property
- InsertTab Method
- RibbonGroup Object
- XTPControlFlags Enumeration

RibbonBar Collection Members
Public Methods
| Method | Description |
|---|---|
AddSystemButton |
Adds the Office 2007 style ribbon system popup menu. |
Delete |
Deletes the Ribbon Bar. |
EnableDocking |
Enables docking of the Ribbon Bar to different edges of the form. |
EnableFrameTheme |
Enables/disables the Ribbon Office 2007 style themed window frame. |
FindControl |
Finds and returns the specified control within the Ribbon Bar's collection of controls. |
FindGroup |
Finds and returns a RibbonGroup by the Ribbon Group Id. |
FindTab |
Finds and returns a RibbonTab by the Ribbon Tab Id. |
GetIconHeight |
Gets the height of the icons displayed in the Ribbon Bar. |
GetIconWidth |
Gets the width of the icons displayed in the Ribbon Bar. |
GetWindowRect |
Gets the bounding rectangle of the Ribbon Bar. This is the area of the window that the Ribbon Bar occupies. |
InsertTab |
Inserts a tab into the Ribbon Bar. |
RecalcLayout |
Call this method to re-calculate the layout of the Ribbon Bar after making a layout change. |
RedrawBar |
Call this method to redraw the Ribbon Bar after making a change that requires the Ribbon Bar to be re-painted. |
RemoveAllTabs |
Removes all tabs from the Ribbon Bar. |
RemoveTab |
Removes the specified tab from the Ribbon Bar. |
Reset |
Resets the controls in the Ribbon Bar to their original state. |
SetIconSize |
Sets the size of the icons displayed in the Ribbon Bar. |
Public Properties
| Property | Description |
|---|---|
AllowMinimize |
Specify whether the ribbon bar is allowed to be minimized. |
AllowQuickAccessCustomization |
Specifies whether to allow the Quick Access bar to be customized. |
AllowQuickAccessDuplicates |
Specifies whether to allow duplicate items to be added to the quick access bar. |
BarID |
Gets the ID of the Ribbon Bar. |
BuiltIn |
Gets whether the Ribbon Bar is a built-in command bar or a command bar added by the user using the customize dialog. |
ClientHeight |
Gets or sets the client area height (area that does not contain the actual ribbon bar) when using a ribbon bar. |
CommandBars |
Reference to the parent CommandBars object. |
ControlQuickAccess |
Quick Access menu control. |
Controls |
Gets the collection of controls in the Ribbon Bar. |
ControlSystemButton |
System button control. |
DefaultButtonStyle |
Specifies the default style that will be applied to controls added to the Ribbon. |
EnableAnimation |
Specifies whether to use animation effects in the Ribbon Bar. |
FontHeight |
Gets/sets the font height used for drawing text in the Ribbon Bar. |
GroupsHeight |
Gets or sets the height for ribbon groups. |
GroupsVisible |
Gets/sets whether the groups in the ribbon bar are visible. |
hWnd |
Returns the handle of the Ribbon Bar. |
Minimized |
Gets/sets whether the ribbon bar is minimized. |
MinimumVisibleWidth |
Minimum allowable width of the ribbon bar. |
Position |
Gets/Sets the position of the Ribbon Bar. |
QuickAccessControls |
Collection of controls that are displayed in the Ribbon's Quick Access bar. |
QuickAccessEmptyIconId |
Gets/sets the Id of the icon displayed in the Quick Access Toolbar for items that do not have an icon, such as a gallery control. |
RibbonPaintManager |
RibbonPaintManager object is used to get and set the visual properties of the RibbonBar. |
SelectedControl |
Gets the currently selected control from the Ribbon Bar. |
SelectedTab |
Gets the currently selected TabControlItem in the ribbon bar. |
ShowCaptionAlways |
Specifies whether to always show the ribbon caption when EnableFrameTheme is False. |
ShowQuickAccess |
Specifies whether the quick access bar is displayed with the ribbon bar. |
ShowQuickAccessBelowRibbon |
Gets/sets whether the Quick Access bar is displayed above or below the Ribbon. |
SystemButton |
Reference to the RibbonBarSystemButton used by the ribbon. |
Tab |
Collection of tabs that have been added to the Ribbon Bar. |
TabCount |
Returns the total number of tabs that have been added to the Ribbon Bar. |
TabPaintManager |
Gets the paint manager properties used to draw the tabs in the Ribbon Bar. |
TabsVisible |
Gets/sets whether the tabs in the ribbon bar are visible. |
Title |
Gets/Sets the title of the Ribbon Bar. |
Type |
Gets/Sets the type of the command bar. |
Visible |
Gets/Sets a boolean value indicating whether the Ribbon Bar is visible. |
See Also
- RibbonBar Overview
- AddRibbonBar Method
- FindControl Method
- Execute Event
- Update Event
- EnableDocking Method
- RecalcLayout Method
- RedrawBar Method
- SetIconSize Method
- TabCount Property
- InsertTab Method
- RibbonGroup Object
- XTPControlFlags Enumeration
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.

