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


In This Topic
Enabled Property (IElementStyle)
In This Topic
Gets or sets whether to enable.
Syntax
'Declaration
 
Property Enabled As Boolean
 
'Usage
 
Dim instance As IElementStyle
Dim value As Boolean
 
instance.Enabled = value
 
value = instance.Enabled
See Also