Property LastVisibleChild
LastVisibleChild
Gets the last visible child control in the collection of children.
[Browsable(false)]
public AbstractControl? LastVisibleChild { get; }
Property Value
Remarks
This property iterates through the collection of children in reverse order to find the last visible child.