Share

Environment.DisabledCommandList Property

Parent Object: Environment

Description

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 DisabledCommandList

Property 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.

Version

Introduced in version 10

Was this information helpful?