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


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