FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWithButtons Class / Enabled Property


In This Topic
Enabled Property (ElementWithButtons)
In This Topic
Gets or sets whether the element is enabled.
Syntax
'Declaration
 
Public Overridable Property Enabled As Boolean
 
'Usage
 
Dim instance As ElementWithButtons
Dim value As Boolean
 
instance.Enabled = value
 
value = instance.Enabled
See Also