Table of Contents

Method GetMembersOfGroups

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

GetMembersOfGroups(int[]?, bool)

Gets ControlSet with all child controls which are members of the specified groups.

public virtual ControlSet GetMembersOfGroups(int[]? groupIndexes, bool recursive = false)

Parameters

groupIndexes int[]

The group indexes.

recursive bool

Whether to check child controls recursively.

Returns

ControlSet