LineWizard Class
Members See Also 
SourceCode.Workflow.WizardFramework Namespace : LineWizard Class



Glossary Item Box

Object Model

LineWizard Class PersistableContainerObject Class WizardPage Class WizardDefinition Class IWizardHostService Interface WizardPageCollection Class WizardPage Class PropertyWizardCollection Class PropertyWizard Class IWizardPage Interface Wizard Class

Syntax

Visual Basic (Declaration)  
Public MustInherit Class LineWizard 
   Inherits Wizard
   Implements SourceCode.Framework.IPropertyWizard, SourceCode.Framework.IValidationContainer, SourceCode.Framework.IWizard 
Visual Basic (Usage) Copy Code
Dim instance As LineWizard

Inheritance Hierarchy

System.Object
   SourceCode.Framework.PersistableObject
      SourceCode.Framework.PersistableContainerObject
         SourceCode.Workflow.WizardFramework.PropertyWizard
            SourceCode.Workflow.WizardFramework.Wizard
               SourceCode.Workflow.WizardFramework.LineWizard

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