FormComboBoxControl.clear Method

Definition

Clears the entries in the combo box list.

public:
 virtual void clear();
public virtual void clear ();
abstract member clear : unit -> unit
override this.clear : unit -> unit
Public Overridable Sub clear ()

Remarks

The following example shows how to clear the entries in the combo box list.

this.clear();

Applies to