共用方式為


UserControlDesigner.ActionLists 屬性

定義

取得使用者控制項設計工具的動作清單集合。

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

屬性值

DesignerActionListCollection,包含控制項設計工具的動作清單標記。

備註

此實作會在集合中建立兩 DesignerActionMethodItem 個物件: 編輯使用者控件重新整理

適用於

另請參閱