'Declaration
Public Property IsEditable As Boolean
'Usage
Dim instance As ComboBox Dim value As Boolean instance.IsEditable = value value = instance.IsEditable
public bool IsEditable {get; set;}
Property Value
The editable TextBox allows to filter the items displayed in the ComboBox's Popup based on what is typed in said TextBox.
The default value is false, which hides the editable TextBox & therefore doesn't allow any kind of items filtering.