Selectable Property (FpCombo)
In This Topic
Gets or sets whether the user can interact with the edit control.
Syntax
'Declaration
Public Overridable Property Selectable As Boolean
'Usage
Dim instance As FpCombo
Dim value As Boolean
instance.Selectable = value
value = instance.Selectable
public virtual bool Selectable {get; set;}
See Also