Table of Contents
IsEditable Property

Gets or sets a value that enables or disables editing of the text in text box of the ComboBox.

Syntax
 public Boolean IsEditable { get; set; }
Remarks

When IsEditable is set to true, the ComboBox creates a TextBox in the selection box to allow user to enter text directly (when IsReadOnly is false), or select and copy item text (when IsReadOnly is set to true).

See Also