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; }
Public ReadOnly Property Initialize As Boolean
Get
member Initialize : bool with get
Property Value
Type:
Booleantrue if initialize; otherwise,
false.
See Also