RichTextBox::CanRedo Property
Gets a value indicating whether there are actions that have occurred within the RichTextBox that can be reapplied.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System::Booleantrue if there are operations that have been undone that can be reapplied to the content of the control; otherwise, false.
You can use this property to determine whether the last operation undone in the RichTextBox can be reapplied using the Redo method.
The following code example demonstrates how to use the CanRedo and RedoActionName properties, and the Redo method, to restrict a redo operation to any action except the deletion of text. This example requires that you have a form that contains a RichTextBox control and that an operation within the RichTextBox has been performed and undone before the code in this example is called.
Available since 1.1