[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.WinFormsAssembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
public static IEnumerable<Control> AllChildControls(
Control ctl
)
public static IEnumerable<Control> AllChildControls(
Control ctl
)
Public Shared Function AllChildControls (
ctl As Control
) As IEnumerable(Of Control)
Public Shared Function AllChildControls (
ctl As Control
) As IEnumerable(Of Control)
public:
static IEnumerable<Control^>^ AllChildControls(
Control^ ctl
)
public:
static IEnumerable<Control^>^ AllChildControls(
Control^ ctl
)
static member AllChildControls :
ctl : Control -> IEnumerable<Control>
static member AllChildControls :
ctl : Control -> IEnumerable<Control>
Return Value
Type:
IEnumerable
Control