Click or drag to resize

SegmentedButtonOnApplyCascadingStyles 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 override void OnApplyCascadingStyles()
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