Wimark.Controls Class Library  

TextEditor.Modified Property

Gets or sets a value that indicates that the text editor has been modified by the user since the editor 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

TextEditor Class | TextEditor Members | Wimark.Controls.Editors Namespace