ControlOnApplyCascadingStyles Method |
Called when cascading styles should be applied to this control.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax protected virtual void OnApplyCascadingStyles()
Protected Overridable Sub OnApplyCascadingStyles
abstract OnApplyCascadingStyles : unit -> unit
override OnApplyCascadingStyles : unit -> unit
Remarks
You don't typically have to call this directly, but override it to apply styles to any child item(s)
that may need styling at the same time.
This is automatically done for any Container based control and its child controls.
See Also