WidgetIHandlerInitialize Method |
Called after the widget is constructed
Namespace:
Eto
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax abstract Initialize : unit -> unit
Remarks
This gets called automatically after the control is constructed and the
Widget and
Platform properties are set.
When the handler has specialized construction methods, then the
AutoInitializeAttribute can be used to disable automatic
initialization. In this case, it is the responsibility of the subclass to call
InitializeSee Also