ComponentOne Menus and Toolbars for WinForms
C1.Win.C1Command.4.5.2 Assembly / C1.Win.C1Command Namespace / C1CommandDock Class / ScaleChildren Property

In This Topic
    ScaleChildren Property (C1CommandDock)
    In This Topic
    Gets a value that determines the scaling of child controls.
    Syntax
    'Declaration
     
    Protected Overrides ReadOnly Property ScaleChildren As System.Boolean
    protected override System.bool ScaleChildren {get;}

    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