Table of Contents

Property LastVisibleChild

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

LastVisibleChild

Gets the last visible child control in the collection of children.

[Browsable(false)]
public AbstractControl? LastVisibleChild { get; }

Property Value

AbstractControl

Remarks

This property iterates through the collection of children in reverse order to find the last visible child.