IniEditor.Dirty Property

TG.INI

IniEditorDirty Property

Gets or sets if the document has changed.

Namespace:  TG.INI.Controls
Assembly:  TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public bool Dirty { get; set; }
Public Property Dirty As Boolean
	Get
	Set
public:
property bool Dirty {
	bool get ();
	void set (bool value);
}
member Dirty : bool with get, set

Property Value

Type: Boolean
See Also