Table of Contents

Method GetChildOrNull

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

GetChildOrNull(int)

Gets the child control at the specified index.

public virtual AbstractControl? GetChildOrNull(int index = 0)

Parameters

index int

The zero-based index of the child control to get.

Returns

AbstractControl

The child control at the specified index in the Children list.