UserControlDesigner::ActionLists Property

 

Gets the action list collection for the user control designer.

Namespace:   System.Web.UI.Design
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
Return to top
Show: