Click or drag to resize

ThemedContainerHandlerTControl, TWidget, TCallbackRecurseToChildren Property

Gets a value indicating whether PreLoad/Load/LoadComplete/Unload events are propegated to the children controls

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public virtual bool RecurseToChildren { get; }

Property Value

Type: Boolean
true to recurse events to children; otherwise, false.

Implements

ContainerIHandlerRecurseToChildren
Remarks
See Also