Environment.DisabledCommandList Property
Parent Object: EnvironmentDescription
Property that returns the DisabledCommandList object. This object allows the environment to disable commands when this environment is active. This list contains commands that are disabled in addition to those specified by the DisabledCommandTypes property.
Syntax
Environment.DisabledCommandList() As DisabledCommandListProperty Value
This is a read only property whose value is a DisabledCommandList.Samples
Name | Description |
Add parallel environment with contextual tabs | The following sample demonstrates the use of parallel environments and contextual ribbon tabs. |