Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NTaskDialog Class / Create Method
The owner window of the dialog. If null, the currently focused window will be used.


In This Topic
    Create Method (NTaskDialog)
    In This Topic
    Creates a task dialog.
    Syntax
    'Declaration
     
    
    Public Shared Function Create( _
       ByVal ownerWindow As NWindow _
    ) As NTaskDialog
    'Usage
     
    
    Dim ownerWindow As NWindow
    Dim value As NTaskDialog
     
    value = NTaskDialog.Create(ownerWindow)
    public static NTaskDialog Create( 
       NWindow ownerWindow
    )

    Parameters

    ownerWindow
    The owner window of the dialog. If null, the currently focused window will be used.
    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