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

屬性值

設計時動作清單由與設計者相關聯的元件所支援。

適用於