Table of Contents

Method GetVisibleChildOrNull

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

GetVisibleChildOrNull(int)

Gets the child control at the specified index in the list of visible child controls.

public virtual Control? GetVisibleChildOrNull(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 visible child controls list.

See Also