UserInterfaceManager.ParallelEnvironments Property
Parent Object: UserInterfaceManagerDescription
Property that returns the list of Environments valid for the edit target or the environment being switched to. Environments can be added to or removed from the list as seen appropriate by the client when an OnNewEditObject or an OnEnvironmentChange event is received. This list of environments will show in the Applications menu item. This list may only contain non-built-in environments.
Syntax
UserInterfaceManager.ParallelEnvironments() As EnvironmentListProperty Value
This is a read only property whose value is an EnvironmentList.Samples
Name | Description |
Add parallel environment with contextual tabs | The following sample demonstrates the use of parallel environments and contextual ribbon tabs. |