共用方式為


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

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

備註

這項執行會 DesignerActionMethodItem 在集合中建立兩個物件:編輯使用者控制項 和重新整理。

適用於

另請參閱