MenuItemStyleCollectionEditor(Type) 建構函式

定義

初始化 MenuItemStyleCollectionEditor 類別的新執行個體。

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

參數

type
Type

要編輯之集合的 Type

備註

當您選取時,.NET Framework會在設計衍生自 Menu 類別的 MenuItemStyleCollectionEditor 控制項或控制項時 Menu ,在LevelMenuItemStyles 或 LevelSelectedStyles 資料列的 LevelMenuItemStyles 或 LevelSelectedStyles資料列中,于內部建構 類別的新實例。例如,省略號按鈕 (...) 。

適用於

另請參閱