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

Gets or sets value indicating if Status automatically changes to Changed when tmiMarkAsChanged()()()() is clicked

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

Syntax

C#
[DefaultValueAttribute(true)]
[KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories.Behavior)]
public bool AutoChanged { get; set; }
Visual Basic
<DefaultValueAttribute(True)> _
<KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories.Behavior)> _
Public Property AutoChanged As Boolean
	Get
	Set
Visual C++
[DefaultValueAttribute(true)]
[KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories::Behavior)]
public:
virtual property bool AutoChanged {
	bool get () sealed;
	void set (bool value) sealed;
}
F#
[<DefaultValueAttribute(true)>]
[<KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories.Behavior)>]
abstract AutoChanged : bool with get, set
[<DefaultValueAttribute(true)>]
[<KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories.Behavior)>]
override AutoChanged : bool with get, set
JScript
final function get AutoChanged () : boolean
final function set AutoChanged (value : boolean)

Implements

IControlWithStatus..::..AutoChanged

See Also