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


In This Topic
Enabled Property (SuperEditBase)
In This Topic
Gets or sets whether the control can receive focus and respond to user actions.
Syntax
'Declaration
 
Public Overrides Property Enabled As Boolean
 
'Usage
 
Dim instance As SuperEditBase
Dim value As Boolean
 
instance.Enabled = value
 
value = instance.Enabled
See Also