Nevron Open Vision Documentation
Nevron.Nov.Office Namespace / NSplashScreenForm Class / ResumeAllLayout Method


In This Topic
    ResumeAllLayout Method (NSplashScreenForm)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub ResumeAllLayout( _
       ByVal start As System.Windows.Forms.Control, _
       ByVal performLayout As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As NSplashScreenForm
    Dim start As System.Windows.Forms.Control
    Dim performLayout As System.Boolean
     
    instance.ResumeAllLayout(start, performLayout)
    internal void ResumeAllLayout( 
       System.Windows.Forms.Control start,
       System.bool performLayout
    )

    Parameters

    start
    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