ExportHandlerAttributeHandlerType Property |
Gets the type of the handler to instantiate
Namespace:
Eto
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Type HandlerType { get; }
Public ReadOnly Property HandlerType As Type
Get
member HandlerType : Type with get
Property Value
Type:
TypeThe type of the handler for the widget.
See Also