Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft