System.Windows.Forms.RichTextBox.CanRedo Property

Gets a value indicating whether there are actions that have occurred within the System.Windows.Forms.RichTextBox that can be reapplied.

Syntax

[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.Browsable(false)]
public bool CanRedo { get; }

Value

Documentation for this section has not yet been entered.

Remarks

You can use this property to determine whether the last operation undone in the System.Windows.Forms.RichTextBox can be reapplied using the RichTextBox.Redo method.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0