C1.Win.C1Command.4.8 Assembly / C1.Win.C1Command Namespace / C1CommandDock Class / ScaleChildren Property

ScaleChildren Property (C1CommandDock)
Gets a value that determines the scaling of child controls.
Syntax
'Declaration
 
Protected Overrides ReadOnly Property ScaleChildren As System.Boolean
 

Property Value

true if child controls will be scaled when the System.Windows.Forms.Control.Scale(System.Single) method on this control is called; otherwise, false. The default is true.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also