WizardDesigner::ActionLists Property

 
Use BaseTrue

Gets the action list collection for the control designer.

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

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

Property Value

Type: System.ComponentModel.Design::DesignerActionListCollection^

An DesignerActionListCollection object that contains the custom DesignerActionList items for the control designer.

.NET Framework
Available since 2.0
Return to top
Show: