[]
        
(Showing Draft Content)

C1.Win.C1Tile.ElementCollection.InsertItem

InsertItem Method

InsertItem(int, BaseElement)

Inserts a BaseElement into the ElementCollection at the specified index.

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