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 as ControlSet.

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

Parameters

recursive bool

Whether to get all children recurively.

Returns

ControlSet

Type Parameters

T