Click or drag to resize

TrayIndicatorGetCallback Method

Gets an instance of an object used to perform callbacks to the widget from handler implementations.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected override Object GetCallback()

Return Value

Type: Object
The callback instance to use for this widget.
See Also