ITextUndoPrimitive.CanRedo Property

Definition

Determines whether it is currently possible to call Do() successfully.

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 it is currently possible to call Do() successfully, otherwise false.

Applies to