DesignerActionListCollection Constructor (array<DesignerActionList^>^)

 

Initializes a new instance of the DesignerActionListCollection class with the specified panel items.

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)

public:
DesignerActionListCollection(
	array<DesignerActionList^>^ value
)

Parameters

value
Type: array<System.ComponentModel.Design::DesignerActionList^>^

The array of DesignerActionList objects to populate the collection.

Exception Condition
ArgumentNullException

value is null.

The DesignerActionListCollection constructor creates a collection that contains the supplied DesignerActionList objects.

NamedPermissionSet

for full access to system resources. Demand values: LinkDemand, InheritanceDemand. Associated state:

.NET Framework
Available since 2.0
Return to top
Show: