StyleCollectionEditor(Type) Constructor

Definition

Creates a new instance of the StyleCollectionEditor class.

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

Parameters

type
Type

The type to create an instance of.

Applies to

See also