ChangePasswordDesigner.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

注解

属性ActionListsChangePasswordDesigner 对象创建对象DesignerActionList,将 DesignerActionList 对象添加到DesignerActionListCollection从基属性获取的对象,然后返回此集合。

适用于

另请参阅