Wimark.Controls Class Library  

RichTextBox.Modified Property

Gets or sets a value that indicates that the text box control has been modified by the user since the control was created or its contents were last set.

[Visual Basic]
Public Property Modified As Boolean 
[C#]
public bool Modified {get; set;}
[C++]
public: __property bool get_Modified();
public: __property void set_Modified(bool);

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