Documentation for this section has not yet been entered.
If the Control.Controls collection has a System.Windows.Forms.Layout.ArrangedElementCollection.Count greater than zero, the Control.HasChildren property will return true. Accessing the Control.HasChildren property does not force the creation of a System.Windows.Forms.Control.ControlCollection if the control has no children, so referencing this property can provide a performance benefit when walking a tree of controls.