Click or drag to resize

KryptonTextBoxAutoCompleteSource Property

Gets or sets the autocomplete source, which can be one of the values from AutoCompleteSource enumeration.

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

Property Value

Type: AutoCompleteSource
See Also