TreeNodeStyleCollectionEditor(Type) Constructor

Definition

Creates a new instance of the TreeNodeStyleCollectionEditor class.

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

Parameters

type
Type

The type.

Applies to

See also