Utils AllChildControls Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Walks the whole child control tree and returns all controls as a flat enumeration

Namespace: NFX.WinForms
Assembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public static IEnumerable<Control> AllChildControls(
	Control ctl
)

Return Value

Type: OnlineIEnumerable OnlineControl 
See Also