[This is preliminary documentation and is subject to change.]

Indicates if Status automatically chnages to Changed and New if user takes appropriate action

Namespace: Tools.WindowsT.FormsT
Assembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
bool AutoChanged { get; set; }
Visual Basic
Property AutoChanged As Boolean
	Get
	Set
Visual C++
property bool AutoChanged {
	bool get ();
	void set (bool value);
}
F#
abstract AutoChanged : bool with get, set
JScript
function get AutoChanged () : boolean
function set AutoChanged (value : boolean)

See Also