RunWizards Method
See Also 
SourceCode.Framework Namespace > IWizardService Interface : RunWizards Method



Glossary Item Box

Executes a list of wizards. If any of the wizards contain pages, the WizardHost will be launched

Overload List

OverloadDescription
RunWizards(IntPtr,List<IPropertyWizard>,List<WizardInitializeArgs>,IServiceProvider,Boolean,String) Executes a list of wizards. If any of the wizards contain pages, the WizardHost will be launched  
RunWizards(IntPtr,List<IPropertyWizard>,List<WizardInitializeArgs>,IServiceProvider,Boolean,String,WizardHostDisplayStates) Executes a list of wizards. If any of the wizards contain pages, the WizardHost will be launched  

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