Defines a step of a wizard.
Declaration Syntax
public interface IWizardStep
Table 1813: Members
| 
                 Property  | ComponentName | 
                 Gets or sets the name of the associated component.  | 
| 
                 Property  | Context | 
                 Gets the name of the associated context.  | 
| 
                 Property  | HelpFile | 
                 Gets or sets the help associated to this step.  | 
| 
                 Property  | IsEnabled | 
                 Gets or sets the enabled flag.  | 
| 
                 Property  | Layout | 
                 Gets or sets the layout to use for this step.  | 
| 
                 Property  | NextEnabledStep | 
                 Gets the next enabled step.  | 
| 
                 Property  | NextStep | 
                 Gets the next step.  | 
| 
                 Property  | PreviousEnabledStep | 
                 Gets the previous enabled step.  | 
| 
                 Property  | PreviousStep | 
                 Gets the previous step.  | 
| 
                 Property  | StepId | 
                 Gets or sets the name of the associated component.  | 
| 
                 Property  | SystemName | 
                 Gets or sets the name of the associated system.  | 
| 
                 Property  | UserInterface | 
                 Gets the user interface object.  | 
| 
                 Property  | Wizard | 
                 Gets the associated wizard.  |