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

Property Value

Type: AutoCompleteSource
See Also