Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal parent As Object, _ ByVal delayedExecution As Boolean, _ ByVal insertIndex As Integer _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim parent As Object Dim delayedExecution As Boolean Dim insertIndex As Integer Dim instance As New WizardInitializeArgs(parent, delayedExecution, insertIndex) |
C# | |
---|---|
public WizardInitializeArgs( object parent, bool delayedExecution, int insertIndex ) |
C++/CLI | |
---|---|
public: WizardInitializeArgs( Object^ parent, bool delayedExecution, int insertIndex ) |
Parameters
- parent
- The parent object can be either the object the wizard is dropped on or the object it is configuring.
- delayedExecution
- When true the execution of a wizard is delayed.
- insertIndex
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