Extensions for widget objects
Inheritance Hierarchy
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public static class WidgetExtensions
<ExtensionAttribute>
Public NotInheritable Class WidgetExtensions
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type WidgetExtensions = class end
The WidgetExtensions type exposes the following members.
Methods
| Name | Description |
---|
| WithT |
Allows execution of extra code on a widget in a declarative manner.
|
TopSee Also