Control.ScaleChildren Property
Gets a value that determines the scaling of child controls.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
If the ScaleChildren property is true, then the Scale method will recursively call the ScaleControl method of each of its child controls.
The default implementation of ScaleChildren always returns true. Derived classes can override ScaleChildren to return false to indicate that scaling should not be performed on their children.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.