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


In This Topic
    SetupApplicationWindow Method
    In This Topic
    Helper method, that setups the properties typically associated with application windows.
    Syntax
    'Declaration
     
    
    Public Sub SetupApplicationWindow( _
       ByVal title As System.String _
    ) 
    'Usage
     
    
    Dim instance As NTopLevelWindow
    Dim title As System.String
     
    instance.SetupApplicationWindow(title)
    public void SetupApplicationWindow( 
       System.string title
    )

    Parameters

    title
    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