System.Windows.Forms.Control.ScaleChildren Property

Gets a value that determines the scaling of child controls.

Syntax

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual bool ScaleChildren { get; }

Value

Documentation for this section has not yet been entered.

Remarks

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.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0