NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

RichTextBox.CanRedo

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;

See Also

RichTextBox Class | RichTextBox Members | System.WinForms Namespace