DesignerActionListCollection Constructor (array<DesignerActionList^>^)
.NET Framework (current version)
Initializes a new instance of the DesignerActionListCollection class with the specified panel items.
Assembly: System.Design (in System.Design.dll)
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
Available since 2.0
Show: