ComponentDesigner.ActionLists プロパティ

定義

デザイナーに関連付けられているコンポーネントでサポートされているデザイン時アクション リストを取得します。

public:
 virtual property System::ComponentModel::Design::DesignerActionListCollection ^ ActionLists { System::ComponentModel::Design::DesignerActionListCollection ^ get(); };
public virtual System.ComponentModel.Design.DesignerActionListCollection ActionLists { get; }
member this.ActionLists : System.ComponentModel.Design.DesignerActionListCollection
Public Overridable ReadOnly Property ActionLists As DesignerActionListCollection

プロパティ値

デザイナーに関連付けられているコンポーネントでサポートされているデザイン時アクション リスト。

適用対象