AddComponent(IComponentRenderer, int)

Adds a new component to the list.

Declaration Syntax

public void AddComponent(IComponentRenderer obj, int index)

Parameters

obj(IComponentRenderer)

Component to add.

index(int)

Index where to add the component. Insert at the end if negative.