LoginStatusDesigner::ActionLists Property

 

Gets the designer action list collection for this designer.

Namespace:   System.Web.UI.Design.WebControls
Assembly:  System.Design (in System.Design.dll)

public:
property DesignerActionListCollection^ ActionLists {
	virtual DesignerActionListCollection^ get() override;
}

The ActionLists property creates a DesignerActionList object for the LoginStatusDesigner class, adds it to the DesignerActionListCollection that is obtained from the ActionLists base property, and then returns the DesignerActionListCollection collection.

.NET Framework
Available since 2.0
Return to top
Show: