Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / AutoLoadAttribute Class / Enabled Property


In This Topic
Enabled Property (AutoLoadAttribute)
In This Topic
Gets a value indicating whether the class will be loaded automatically.
Syntax
'Declaration
 
Public ReadOnly Property Enabled As Boolean
 
'Usage
 
Dim instance As AutoLoadAttribute
Dim value As Boolean
 
value = instance.Enabled

Property Value

true if the class will be loaded automatically; otherwise, false.
See Also