Editable Property (FpCombo)
Gets or sets whether the text portion of the combo box is editable.
public bool Editable {get; set;}
'Declaration
Public Property Editable As Boolean
'Usage
Dim instance As FpCombo
Dim value As Boolean
instance.Editable = value
value = instance.Editable