eDriven Framework API
SetItemAt Method (item, index)
NamespaceseDriven.Gui.ContainersViewStackSetItemAt(Object, Int32)
eDriven Framework API
Places the item at the specified index.
If an item was already at that index the new item will replace it and it will be returned.
Declaration Syntax
C#Visual BasicVisual C++
public Object SetItemAt(
	Object item,
	int index
)
Public Function SetItemAt ( _
	item As Object, _
	index As Integer _
) As Object
public:
virtual Object^ SetItemAt(
	Object^ item, 
	int index
) sealed
Parameters
item (Object)
index (Int32)
Return Value

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)