CreateUserWizardStepCollectionEditor.CreateCollectionForm Method

Definition

Creates a modal dialog box for editing the contents of a collection of CreateUserWizardStep objects.

protected:
 override System::ComponentModel::Design::CollectionEditor::CollectionForm ^ CreateCollectionForm();
protected override System.ComponentModel.Design.CollectionEditor.CollectionForm CreateCollectionForm ();
override this.CreateCollectionForm : unit -> System.ComponentModel.Design.CollectionEditor.CollectionForm
Protected Overrides Function CreateCollectionForm () As CollectionEditor.CollectionForm

Returns

A CollectionEditor.CollectionForm object.

Applies to

See also