Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NTaskDialog Class / ShowNonModal Method / ShowNonModal(IWin32Window) Method
Any object that implements System.Windows.Forms.IWin32Window that represents the top-level window that will own the modal dialog box.


In This Topic
    ShowNonModal(IWin32Window) Method
    In This Topic
    Runs NTaskDialog with specified owner.
    Syntax
    'Declaration
     
    
    Public Overloads Sub ShowNonModal( _
       ByVal owner As System.Windows.Forms.IWin32Window _
    ) 
    'Usage
     
    
    Dim instance As NTaskDialog
    Dim owner As System.Windows.Forms.IWin32Window
     
    instance.ShowNonModal(owner)
    public void ShowNonModal( 
       System.Windows.Forms.IWin32Window owner
    )

    Parameters

    owner
    Any object that implements System.Windows.Forms.IWin32Window that represents the top-level window that will own the modal dialog box.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also