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