Share

DrawingDocument.DisabledCommandList Property

Parent Object: DrawingDocument

Description

Property that returns the DisabledCommandList object. This object allows the document to disable specific commands. This list contains commands that are disabled in addition to those specified by the DisabledCommandTypes property.

Syntax

DrawingDocument.DisabledCommandList() As DisabledCommandList

Property Value

This is a read only property whose value is a DisabledCommandList.

Version

Introduced in version 10

Was this information helpful?