Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / IElement Interface / Enabled Property


In This Topic
Enabled Property (IElement)
In This Topic
Internal use only.
Syntax
'Declaration
 
Property Enabled As Boolean
 
'Usage
 
Dim instance As IElement
Dim value As Boolean
 
instance.Enabled = value
 
value = instance.Enabled
See Also