Whether or not there are actions that can be Redone on the RichTextBox control.
[Visual Basic] Public ReadOnly Property CanRedo As Boolean [C#] public bool CanRedo {get;} [C++] public: __property bool get_CanRedo(); [JScript] public function get CanRedo() : Boolean;
RichTextBox Class | RichTextBox Members | System.WinForms Namespace