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 Control? GetChildOrNull(int index = 0)

Parameters

index int

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

Returns

Control

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