WizardStepCollectionEditor(Type) Constructor

Definition

Creates a new instance of the WizardStepCollectionEditor class using the given Type.

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

Parameters

type
Type

The Type of items in the collection.

Applies to

See also