Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NWindow Class / ResumePeerBoundsUpdate Method


In This Topic
    ResumePeerBoundsUpdate Method
    In This Topic
    Resumes updates of the window peer bounds
    Syntax
    'Declaration
     
    
    Protected Overridable Sub ResumePeerBoundsUpdate( _
       ByVal updateIfRequested As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As NWindow
    Dim updateIfRequested As System.Boolean
     
    instance.ResumePeerBoundsUpdate(updateIfRequested)
    protected virtual void ResumePeerBoundsUpdate( 
       System.bool updateIfRequested
    )

    Parameters

    updateIfRequested
    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