[]
        
(Showing Draft Content)

C1.Win.C1Tile.ElementCollection.SetItem

SetItem Method

SetItem(int, BaseElement)

Replaces the BaseElement at the specified index.

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