Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / Selectable Property


In This Topic
Selectable Property (SuperEditBase)
In This Topic
Gets or sets whether the user can interact with the edit control.
Syntax
'Declaration
 
Public Overrides Property Selectable As Boolean
 
'Usage
 
Dim instance As SuperEditBase
Dim value As Boolean
 
instance.Selectable = value
 
value = instance.Selectable
See Also