ThemedControlHandlerTControl, TWidget, TCallbackControlObject Property |
Gets the instance of the platform-specific object
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public virtual Object ControlObject { get; }
Public Overridable ReadOnly Property ControlObject As Object
Get
abstract ControlObject : Object with get
override ControlObject : Object with get
Property Value
Type:
ObjectThe control object.
See Also