Click or drag to resize

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()
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