Table of Contents
ShowClearButton Property

Gets or sets a value indicating whether to display a clear button.

Syntax
 public Boolean ShowClearButton { get; set; }
Remarks

A "clear" button can be displayed immediately prior to the drop down button to allow user to clear the content of the ComboBox. This property is only used when multi-selection is not enabled (when ShowCheckBoxes is false).

See Using Clear Button for more details about this feature.
See Also