GlyphCollection::Insert Method (Int32, Glyph^)

 

Inserts a Glyph into the GlyphCollection at the specified index.

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

public:
void Insert(
	int index,
	Glyph^ value
)

Parameters

index
Type: System::Int32

The zero-based index where value should be inserted.

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

The Glyph to insert.

.NET Framework
Available since 2.0
Return to top
Show: