Click or drag to resize

KryptonTextBoxAutoCompleteCustomSource Property

Gets or sets the StringCollection to use when the AutoCompleteSource property is set to CustomSource.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public AutoCompleteStringCollection AutoCompleteCustomSource { get; set; }

Property Value

AutoCompleteStringCollection
See Also