AdvancedComboBoxClear Method

Clears the Text property. If AutoCompleteMode property is set on a simple mode combo box, then use this method to clear the text instead of setting empty string to the Text property.

Definition

Namespace: KGySoft.WinForms.Controls
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public void Clear()

See Also