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


In This Topic
    OnChildLayoutResuming Method (NLabelControl)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overridable Sub OnChildLayoutResuming( _
       ByVal child As System.Windows.Forms.Control, _
       ByVal performLayout As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As NLabelControl
    Dim child As System.Windows.Forms.Control
    Dim performLayout As System.Boolean
     
    instance.OnChildLayoutResuming(child, performLayout)
    internal virtual void OnChildLayoutResuming( 
       System.Windows.Forms.Control child,
       System.bool performLayout
    )

    Parameters

    child
    performLayout
    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