_CommandBarComboBox.Clear Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes all list items from a command bar combo box control (drop-down list box or combo box) and clears the text box (edit box or combo box).
public:
void Clear();
public void Clear ();
abstract member Clear : unit -> unit
Public Sub Clear ()
Remarks
This method will fail if it's applied to a built-in command bar control.
Notes to callers