WizardHostFinishBehaviour Enumeration
See Also 
SourceCode.Framework Namespace : WizardHostFinishBehaviour Enumeration



Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Enum WizardHostFinishBehaviour 
   Inherits System.Enum
Visual Basic (Usage) Copy Code
Dim instance As WizardHostFinishBehaviour
C#  
public enum WizardHostFinishBehaviour : System.Enum 
C++/CLI  
public enum class WizardHostFinishBehaviour : public System.Enum 

Members

Member Description
CloseWizardHost This value will cause the entire wizard host to be closed when the finish button is clicked. This is the default behaviour.
ShowNextWizard This value will open the next enabled wizard in the list of wizards. If no wizard is found (the current wizard was either the last wizard, or no other wizards are enabled), behaviour switches to CloseWizardHost

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SourceCode.Framework.WizardHostFinishBehaviour

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