Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NTopLevelWindow Class / Restore Method


In This Topic
    Restore Method
    In This Topic
    Restores the window to its normal size. Has no effect if the window is not opened, or platform does not support restore.
    Syntax
    'Declaration
     
    
    Public Overridable Sub Restore() 
    'Usage
     
    
    Dim instance As NTopLevelWindow
     
    instance.Restore()
    public virtual void Restore()
    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