GlyphCollection Constructor (array<Glyph^>^)

 

Initializes a new instance of the GlyphCollection class with the given Glyph array.

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

public:
GlyphCollection(
	array<Glyph^>^ value
)

Parameters

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

An array of type Glyph to populate the collection.

.NET Framework
Available since 2.0
Return to top
Show: