Inserts an item into the collection at the specified index.

Namespace:  Mindscape.WpfElements.WpfPropertyGrid
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
protected override void InsertItem(
	int index,
	Editor item
)
Visual Basic (Declaration)
Protected Overrides Sub InsertItem ( _
	index As Integer, _
	item As Editor _
)

Parameters

index
Type: System..::.Int32
The zero-based index at which item should be inserted.
item
Type: Mindscape.WpfElements.WpfPropertyGrid..::.Editor
The object to insert.

See Also