[]
        
(Showing Draft Content)

C1.Win.Tile.ElementCollection.SetItem

SetItem Method

SetItem(int, BaseElement)

Replaces the BaseElement at the specified index.

Declaration
protected override void SetItem(int index, BaseElement element)
Protected Overrides Sub SetItem(index As Integer, element As BaseElement)
Parameters
Type Name Description
int index
BaseElement element
Overrides