UndoManager.InRedo 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.
Return whether are not the undo manager is in the middle of a redo or not.
public:
property bool InRedo { bool get(); };
public bool InRedo { get; }
member this.InRedo : bool
Public ReadOnly Property InRedo As Boolean