Click or drag to resize

AutoInitializeAttributeInitialize Property

Gets a value indicating whether to auto initialize the handler, false to defer this to the widget author

Namespace:  Eto
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public bool Initialize { get; }

Property Value

Type: Boolean
true if initialize; otherwise, false.
See Also