UndoRecord.CustomRecordLevel 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.
Gets a value that specifies the number of custom undo action calls that are currently active.
public:
property int CustomRecordLevel { int get(); };
public int CustomRecordLevel { get; }
member this.CustomRecordLevel : int
Public ReadOnly Property CustomRecordLevel As Integer
Property Value
Specifies the number of custom undo action calls that are currently active.
Remarks
Read-only. If no custom undo action is active, this property is set to zero.