[This is preliminary documentation and is subject to change.]
Gets or sets value if this instance uses automacically shared lists of keywords and synonyms (among instances with same AutoCompleteCacheName).
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)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] public bool AutomaticLists { get; set; } |
| Visual Basic |
|---|
<KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories.Behavior)> _ <DefaultValueAttribute(True)> _ <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _ Public Property AutomaticLists As Boolean Get Set |
| Visual C++ |
|---|
[KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories::Behavior)] [DefaultValueAttribute(true)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)] public: property bool AutomaticLists { bool get (); void set (bool value); } |
| F# |
|---|
[<KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories.Behavior)>] [<DefaultValueAttribute(true)>] [<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>] member AutomaticLists : bool with get, set |
| JScript |
|---|
function get AutomaticLists () : boolean function set AutomaticLists (value : boolean) |
Field Value
In design time predefines run-time behaviour. In runtime chan be only changed form False to True.Return Value
In runtime indicates if both - KeyWords and Synonyms collections are automatically shared by this instance and all other instnces of KeyWordsEditor with same AutoCompleteCacheName and AutomaticLists = True.
Remarks
If set to false, you must set KeyWords and Synonyms properties in order editor to be fully functional.
In runtime this property cannot be changed from true to false. Set KeyWords or Synonyms property instead. (Exception is not thrown, but value does not change when changing from True to False).