Documentation for this section has not yet been entered.
If the Control.ScaleChildren property is true, then the Control.Scale(float) method will recursively call the Control.ScaleControl(System.Drawing.SizeF, BoundsSpecified) method of each of its child controls.
The default implementation of Control.ScaleChildren always returns true. Derived classes can override Control.ScaleChildren to return false to indicate that scaling should not be performed on their children.