Wimark.Controls Class Library  

RichTextBox.CanUndo Property

Gets a value indicating whether the user can undo the previous operation in a text box control.

[Visual Basic]
Public ReadOnly Property CanUndo As Boolean 
[C#]
public bool CanUndo {get;}
[C++]
public: __property bool get_CanUndo();

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

RichTextBox Class | RichTextBox Members | Wimark.Controls Namespace