Widget Class |
Namespace: Eto
The Widget type exposes the following members.
Name | Description | |
---|---|---|
Widget |
Initializes a new instance of the Widget class
| |
Widget(WidgetIHandler) |
Initializes a new instance of the Widget class
|
Name | Description | |
---|---|---|
ControlObject |
Gets the instance of the platform-specific object
| |
Handler |
Gets the platform-specific handler for this widget
| |
ID |
Gets or sets the ID of this widget
| |
IsDisposed |
Gets or sets a value indicating whether this Widget has been disposed.
| |
NativeHandle |
Gets the native platform-specific handle for integration purposes
| |
Platform |
Gets the platform that was used to create the Handler for this widget
| |
Properties |
Gets the dictionary of properties for this widget
| |
Style |
Gets or sets the style of this widget
|
Name | Description | |
---|---|---|
Dispose |
Disposes of this widget, supressing the finalizer
| |
Dispose(Boolean) |
Handles the disposal of this widget
| |
GetCallback |
Gets an instance of an object used to perform callbacks to the widget from handler implementations
| |
Initialize |
Initializes the widget handler
| |
OnStyleChanged |
Handles when the Style is changed.
| |
RegisterEventT |
Registers the event for overridding
| |
ToString |
Gets a string that represents the current object with its ID if specified.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
StyleChanged |
Occurs when the Style property has changed
|