次の方法で共有


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派生したコントロールまたはコントロールをデザインMenuするときに、ビジュアル デザイナーの MenuItemStyleCollectionEditor[プロパティ] グリッドの LevelMenuItemStyles または LevelSelectedStyles 行の省略記号ボタン (...) を選択すると、クラスの新しいインスタンスを内部的に構築します。

適用対象

こちらもご覧ください