AdvancedComboBoxAutoCompleteSource Property

Gets or sets the source of complete strings used for automatic completion.
Default value: None.

Definition

Namespace: KGySoft.WinForms.Controls
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
[DefaultValueAttribute(AutoCompleteSource.None)]
public AutoCompleteSource AutoCompleteSource { get; set; }

Property Value

AutoCompleteSource

See Also