BehaviorServiceAdornerCollection Constructor (array<Adorner^>^)

 

Initializes a new instance of the BehaviorServiceAdornerCollection class with the given array.

Namespace:   System.Windows.Forms.Design.Behavior
Assembly:  System.Design (in System.Design.dll)

public:
BehaviorServiceAdornerCollection(
	array<Adorner^>^ value
)

Parameters

value
Type: array<System.Windows.Forms.Design.Behavior::Adorner^>^

An array of type Adorner to populate the collection.

.NET Framework
Available since 2.0
Return to top
Show: