Gets dirty state of the designed control

Namespace:  Greatis.FormDesigner
Assembly:  Greatis.FormDesigner (in Greatis.FormDesigner.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property IsDirty As Boolean
C#
public bool IsDirty { get; }
Visual C++
public:
property bool IsDirty {
	bool get ();
}
JavaScript
function get_isDirty();

See Also