CreateUserWizardStepCollectionEditor(Type) Constructor

Definition

Initializes a new instance of the CreateUserWizardStepCollectionEditor class using the given Type.

public:
 CreateUserWizardStepCollectionEditor(Type ^ type);
public CreateUserWizardStepCollectionEditor (Type type);
new System.Web.UI.Design.WebControls.CreateUserWizardStepCollectionEditor : Type -> System.Web.UI.Design.WebControls.CreateUserWizardStepCollectionEditor
Public Sub New (type As Type)

Parameters

type
Type

The Type of the items in the collection associated with the collection editor.

Applies to

See also