Environment.InheritAllRibbonTabs Property
Parent Object: EnvironmentDescription
Gets and sets whether this environment should inherit all ribbon tabs from the 'base' environment. This property applies only to custom environments. If set to True, all visible tabs in the base environment are displayed in this environment.
Syntax
Environment.InheritAllRibbonTabs() As BooleanProperty Value
This is a read/write property whose value is a Boolean.Samples
Name | Description |
Creation of an override environment for a document | A new ribbon tab is created and associated with the override environment. |