IWizardService Interface Members
See Also  Properties Methods 
SourceCode.Framework Namespace : IWizardService Interface

Glossary Item Box

The following tables list the members exposed by IWizardService.

Public Properties

  Name Description
Property Site (Inherited from SourceCode.Framework.IEnvironmentService)
Top

Public Methods

  Name Description
Method CreateMiniWizard Creates a mini-wizard using the IModalWindow  
Method CreateModalWindow Overloaded.  Creates a IModalWindow instance. The window will automatically size to content  
Method Dispose (Inherited from System.IDisposable)
Method RunMiniWizard Creates aand executes mini-wizard using the IModalWindow  
Method RunWizard Overloaded.  Executes a wizard. If the wizard contains pages, the wizard host will be launched  
Method RunWizards Overloaded.  Executes a list of wizards. If any of the wizards contain pages, the WizardHost will be launched  
Method ShowMessage Overloaded.   
Top

See Also