UserControlDesigner::ActionLists Property
.NET Framework (current version)
Gets the action list collection for the user control designer.
Assembly: System.Design (in System.Design.dll)
public: property DesignerActionListCollection^ ActionLists { virtual DesignerActionListCollection^ get() override; }
Property Value
Type: System.ComponentModel.Design::DesignerActionListCollection^A DesignerActionListCollection that contains the action list tags for the control designer.
This implementation creates two DesignerActionMethodItem objects in the collection: Edit User Control and Refresh.
.NET Framework
Available since 2.0
Available since 2.0
Show: