Gets or sets the dirty text.
Namespace: CuteEditorAssembly: 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); } |