Environment.AdditionalVisibleRibbonTabs Property
Parent Object: EnvironmentDescription
Gets and sets an array of strings containing the internal names of ribbon tabs that should be displayed in this environment. These are in addition to the tabs displayed as a result of setting the InheritAllRibbonTabs property to True.
Syntax
Environment.AdditionalVisibleRibbonTabs() As VariantProperty Value
This is a read/write property whose value is a Variant.Samples
Name | Description |
Add parallel environment with contextual tabs | The following sample demonstrates the use of parallel environments and contextual ribbon tabs. |
Creation of an override environment for a document | A new ribbon tab is created and associated with the override environment. |