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对象:“编辑用户控件”和“刷新”。

适用于

另请参阅