Table of Contents

Method GetVisibleChildWithMaxBottom

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

GetVisibleChildWithMaxBottom()

Retrieves the visible child control with the maximum bottom boundary value.

public virtual AbstractControl? GetVisibleChildWithMaxBottom()

Returns

AbstractControl

The visible child control with the maximum bottom boundary value, or null if there are no visible children.

Remarks

This method iterates through the child controls and identifies the visible child with the greatest bottom boundary value, as determined by the Bounds property. If no visible children are present, the method returns null.