ITextUndoHistory::CanRedo Property
Visual Studio 2015
Determines whether a single redo is possible.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
This property corresponds to CanRedo for the most recent visible redo ITextUndoTransaction. If there are hidden transactions on top of the visible transaction, this property returns true only if they can be redone as well.
Show: