Click or drag to resize
TextBoxControlAutoCompleteShowOnlyCurrentWordInCompletionListItem Property
If true and DelimiterCharacters are specified, then the AutoComplete list items display suggestions for the current word to be completed and do not display the rest of the tokens.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public bool AutoCompleteShowOnlyCurrentWordInCompletionListItem { get; set; }

Property Value

Type: Boolean
See Also