IsEditable Property (ComboBoxBase<T>)
Gets or sets a value that enables or disables editing of the text in the input element of the ComboBox (defaults to false).
public virtual bool IsEditable {get; set;}
'Declaration
Public Overridable Property IsEditable As Boolean