Visual Basic (Declaration) | |
---|---|
Public Enum WizardStatus Inherits System.Enum |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As WizardStatus |
C# | |
---|---|
public enum WizardStatus : System.Enum |
C++/CLI | |
---|---|
public enum class WizardStatus : public System.Enum |
Member | Description |
---|---|
Delayed | An existing wizard that hasn't been configured. |
Executed | An existing wizard that has been previously configured. |
New | The first time a wizard executes and it is not delayed. |
NewDelayed | The first time a wizard executes and is delayed. |
System.Object
System.ValueType
System.Enum
SourceCode.Framework.WizardStatus
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