UndoManager.RedoCount 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.
Number of items in redo stack
public:
property int RedoCount { int get(); };
public int RedoCount { get; }
member this.RedoCount : int
Public ReadOnly Property RedoCount As Integer