WidgetHandlerTWidgetInitialize Method |
Called to initialize this widget after it has been constructed
Namespace:
Eto
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax protected virtual void Initialize()
Protected Overridable Sub Initialize
abstract Initialize : unit -> unit
override Initialize : unit -> unit
Remarks
Override this to initialize any of the platform objects. This is called
in the widget constructor, after all of the widget's constructor code has been called.
See Also