Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NTopLevelWindow Class / StartPosition Property


In This Topic
    StartPosition Property (NTopLevelWindow)
    In This Topic
    Gets or sets the window start positioning mode. When set to Manual the window will raise the QueryManualStartPosition event prior to being opened. Has effect prior to opening the window.
    Syntax
    'Declaration
     
    
    Public Property StartPosition As ENWindowStartPosition
    'Usage
     
    
    Dim instance As NTopLevelWindow
    Dim value As ENWindowStartPosition
     
    instance.StartPosition = value
     
    value = instance.StartPosition
    public ENWindowStartPosition StartPosition {get; set;}
    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