AutoInitializeAttribute Constructor |
Namespace:
Eto
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public AutoInitializeAttribute(
bool initialize
)
Public Sub New (
initialize As Boolean
)
new :
initialize : bool -> AutoInitializeAttribute
Parameters
- initialize
- Type: SystemBoolean
If set to true initialize the widget automatically, otherwise false.
See Also