| 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
Syntaxpublic virtual bool RecurseToChildren { get; }Public Overridable ReadOnly Property RecurseToChildren As Boolean
	Get
abstract RecurseToChildren : bool with get
override RecurseToChildren : bool with get
Property Value
Type: 
Booleantrue to recurse events to children; otherwise, 
false.
Implements
ContainerIHandlerRecurseToChildren Remarks
Remarks See Also
See Also