ChangePasswordDesigner::ActionLists Property
.NET Framework (current version)
Gets the action list collection for this designer.
Assembly: System.Design (in System.Design.dll)
public: property DesignerActionListCollection^ ActionLists { virtual DesignerActionListCollection^ get() override; }
Property Value
Type: System.ComponentModel.Design::DesignerActionListCollection^The DesignerActionListCollection associated with this designer.
The ActionLists property creates a DesignerActionList object for the ChangePasswordDesigner object, adds the DesignerActionList object to the DesignerActionListCollection object obtained from the base property, and then returns this collection.
.NET Framework
Available since 2.0
Available since 2.0
Show: