RibbonTab Object
See Also

Description
Represents a tab in the Ribbon Bar.
For a list of all members defined in this module, see RibbonTab Members.
Object Model












Remarks
Tabs in the Ribbon Bar are used to display different groups of items.

The InsertTab method adds a new RibbonTab object to the tabs collection of the Ribbon Bar.
Tabs in the Ribbon Bar contain one or more RibbonGroup objects. Buttons, Popups, etc., can then be added to the groups. In the picture above, the "Pages", "Table", "Illustrations", and "Links" are all RibbonGroup objects that have been added to the "Insert" RibbonTab.
The TabCount property can be used to determine the total number of tabs that have been added.
See Also
Example
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.