Click or drag to resize

KryptonComboBoxAutoCompleteCustomSource 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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public AutoCompleteStringCollection AutoCompleteCustomSource { get; set; }

Property Value

Type: AutoCompleteStringCollection
See Also