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