DisabledCommandList.Add Method
Parent Object: DisabledCommandListDescription
Method that adds the specified command to the list.
Syntax
DisabledCommandList.Add( Command As ControlDefinition )Parameters
Name | Type | Description |
Command | ControlDefinition | Input ControlDefinition object that is to be added to the disabled command list. |
Samples
Name | Description |
Add parallel environment with contextual tabs | The following sample demonstrates the use of parallel environments and contextual ribbon tabs. |