IStyleProviderApplyDefault Method |
Applies default styling to the specified widget after creation.
Namespace:
Eto
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax void ApplyDefault(
Object widget
)
Sub ApplyDefault (
widget As Object
)
abstract ApplyDefault :
widget : Object -> unit
Parameters
- widget
- Type: SystemObject
Widget to apply default styles to.
See Also