Table of Contents

Method GetChildren

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

GetChildren(bool)

Gets children as ControlSet.

public virtual ControlSet GetChildren(bool recursive = false)

Parameters

recursive bool

Whether to get all children recurively.

Returns

ControlSet

GetChildren<T>(bool)

Gets children of the specified type as ControlSet.

[Browsable(false)]
public virtual ControlSet GetChildren<T>(bool recursive = false)

Parameters

recursive bool

Whether to get all children recurively.

Returns

ControlSet

Type Parameters

T

Type of the control to find.