Gets the platform handler object for the widget
            
 
    Namespace: 
   Eto.Drawing
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic abstract Object Handler { get; }Public MustOverride ReadOnly Property Handler As Object
	Get
abstract Handler : Object with get
Property Value
Type: 
ObjectThe handler for the widget
Implements
IHandlerSourceHandler See Also
See Also