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 (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public AutoCompleteStringCollection AutoCompleteCustomSource { get; set; }

Property Value

Type: AutoCompleteStringCollection
See Also