Nevron Open Vision Documentation
Nevron.Nov.WinFormControls Namespace / NLabelControl Class / ScaleChildControls Method


In This Topic
    ScaleChildControls Method (NLabelControl)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub ScaleChildControls( _
       ByVal includedFactor As System.Drawing.SizeF, _
       ByVal excludedFactor As System.Drawing.SizeF, _
       ByVal requestingControl As System.Windows.Forms.Control, _
       Optional ByVal updateWindowFontIfNeeded As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As NLabelControl
    Dim includedFactor As System.Drawing.SizeF
    Dim excludedFactor As System.Drawing.SizeF
    Dim requestingControl As System.Windows.Forms.Control
    Dim updateWindowFontIfNeeded As System.Boolean
     
    instance.ScaleChildControls(includedFactor, excludedFactor, requestingControl, updateWindowFontIfNeeded)
    internal void ScaleChildControls( 
       System.Drawing.SizeF includedFactor,
       System.Drawing.SizeF excludedFactor,
       System.Windows.Forms.Control requestingControl,
       System.bool updateWindowFontIfNeeded
    )

    Parameters

    includedFactor
    excludedFactor
    requestingControl
    updateWindowFontIfNeeded
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also