SubMenuStyleCollectionEditor(Type) Konstruktor

Definition

Initierar en ny instans av SubMenuStyleCollectionEditor klassen.

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

Parametrar

type
Type

Samlingen Type som ska redigeras.

Kommentarer

.NET Framework skapar internt en ny instans av klassen SubMenuStyleCollectionEditor när du till exempel väljer ellipsknappen (... ) på raden LevelSubMenuStyles på raden Egenskaper rutnät för den visuella designern när du utformar en Menu-kontroll eller en kontroll som härleds från klassen Menu.

Gäller för

Se även