Base Combo BoxAllow Auto Completion Property
This is used to set or get whether auto-completion is enabled
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public bool AllowAutoCompletion { get; set; }VB
Public Property AllowAutoCompletion As Boolean
Get
SetC++
public:
property bool AllowAutoCompletion {
bool get ();
void set (bool value);
}F#
member AllowAutoCompletion : bool with get, setProperty Value
BooleanRemarks
The default is true. As the user types in the textbox portion of the control, the best
match is selected from the data source as the selected item.