GlyphCollection::Add Method (Glyph^)

 

Adds a Glyph with the specified value to the GlyphCollection.

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

public:
int Add(
	Glyph^ value
)

Parameters

value
Type: System.Windows.Forms.Design.Behavior::Glyph^

A Glyph to add to the end of the collection.

Return Value

Type: System::Int32

The index at which the new element was inserted.

.NET Framework
Available since 2.0
Return to top
Show: