ShowDialog(IntPtr,AsyncWindowSetup) Method
See Also 
SourceCode.Workflow.WizardFramework.Controls Namespace > AsyncWindow Class > ShowDialog Method : ShowDialog(IntPtr,AsyncWindowSetup) Method



window
setup

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Shared Sub ShowDialog( _
   ByVal window As IntPtr, _
   ByVal setup As AsyncWindowSetup _
) 
Visual Basic (Usage) Copy Code
Dim window As IntPtr
Dim setup As AsyncWindowSetup
 
AsyncWindow.ShowDialog(window, setup)
C#  
public static void ShowDialog( 
   IntPtr window,
   AsyncWindowSetup setup
)
C++/CLI  
public:
static void ShowDialog( 
   IntPtr window,
   AsyncWindowSetup setup
) 

Parameters

window
setup

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