Visual Basic (Declaration) | |
---|---|
Public Overloads Shared Sub ShowDialog( _ ByVal window As Window, _ ByVal setup As AsyncWindowSetup _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim window As Window Dim setup As AsyncWindowSetup AsyncWindow.ShowDialog(window, setup) |
C# | |
---|---|
public static void ShowDialog( Window window, AsyncWindowSetup setup ) |
C++/CLI | |
---|---|
public: static void ShowDialog( Window^ window, AsyncWindowSetup setup ) |
Parameters
- window
- setup
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