Gets or sets the dirty text.

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public string DirtyText { get; set; }
Visual Basic
Public Property DirtyText As String
	Get
	Set
Visual C++
public:
property String^ DirtyText {
	String^ get ();
	void set (String^ value);
}

Field Value

The dirty text.

See Also