Property AllChildren
AllChildren
Gets Children or an empty array if there are no child controls.
[Browsable(false)]
public IReadOnlyList<Control> AllChildren { get; }
Property Value
Remarks
This method doesn't allocate memory if there are no children.