Void IListComponent.AddComponent(IComponentRenderer obj, Int32 index)

Adds a new component to the list.

Parameters

  • obj
    Component to add.
  • index
    Type: Int32
    Index where to add the component. Insert at the end if negative.