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


In This Topic
    PositionCenterInScreen Method
    In This Topic
    Centers the window in the center of the screen.
    Syntax
    'Declaration
     
    
    Public Overridable Sub PositionCenterInScreen() 
    'Usage
     
    
    Dim instance As NTopLevelWindow
     
    instance.PositionCenterInScreen()
    public virtual void PositionCenterInScreen()
    Remarks
    If the window has a parent, the window is positioned in the center of the screen, in which the parent window resides, otherwise it is positioned in the center of the primary screen.
    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