Click or drag to resize

AutoInitializeAttribute Constructor

Initializes a new instance of the AutoInitializeAttribute class.

Namespace:  Eto
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public AutoInitializeAttribute(
	bool initialize
)

Parameters

initialize
Type: SystemBoolean
If set to true initialize the widget automatically, otherwise false.
See Also