Click or drag to resize

ThemedSegmentedItemHandlerTWidget, TCallbackInitialize Method

Called to initialize this widget after it has been constructed

Namespace:  Eto.Forms.ThemedControls
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected override 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