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