[This is preliminary documentation and is subject to change.]
Gets or sets value indicating if Status.Status automatically changes when keyword is added or removed
Namespace: Tools.WindowsT.FormsTAssembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
[KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories.Behavior)] [DefaultValueAttribute(true)] public bool AutoChange { get; set; } |
| Visual Basic |
|---|
<KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories.Behavior)> _ <DefaultValueAttribute(True)> _ Public Property AutoChange As Boolean Get Set |
| Visual C++ |
|---|
[KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories::Behavior)] [DefaultValueAttribute(true)] public: property bool AutoChange { bool get (); void set (bool value); } |
| F# |
|---|
[<KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories.Behavior)>] [<DefaultValueAttribute(true)>] member AutoChange : bool with get, set |
| JScript |
|---|
function get AutoChange () : boolean function set AutoChange (value : boolean) |