ITextUndoHistory.CanRedo Property

Definition

Determines whether a single redo is possible.

public:
 property bool CanRedo { bool get(); };
public:
 property bool CanRedo { bool get(); };
public bool CanRedo { get; }
member this.CanRedo : bool
Public ReadOnly Property CanRedo As Boolean

Property Value

true if a single redo is possible, otherwise false.

Remarks

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 are redoable as well.

Applies to