C1WizardStepCollection Constructor
In This Topic
Creates an instance of C1WizardStepCollection class.
Syntax
'Declaration
Public Function New( _
ByVal As C1Wizard _
)
public C1WizardStepCollection(
C1Wizard
)
Parameters
- owner
- The owner of this collection.
See Also