[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.FormsT
Assembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

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).

See Also