IMergeableUndo.Disabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether this undo unit should be disabled (as determined by information found in the constructor).
public:
property bool Disabled { bool get(); };
public bool Disabled { get; }
member this.Disabled : bool
Public ReadOnly Property Disabled As Boolean