Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / AutoLoadAttribute Class / AutoLoadAttribute Constructor
if set to true, the class will be loaded automatically; otherwise, false.


In This Topic
AutoLoadAttribute Constructor
In This Topic
Initializes a new instance of the AutoLoadAttribute class.
Syntax
'Declaration
 
Public Function New( _
   Optional ByVal enabled As Boolean _
)
 
'Usage
 
Dim enabled As Boolean
 
Dim instance As New AutoLoadAttribute(enabled)

Parameters

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