Void
IListComponent
.AddComponent(
IComponentRenderer
obj, Int32 index)
Adds a new component to the list.
Remarks
Examples
Parameters
obj
Type:
IComponentRenderer
Component to add.
index
Type: Int32
Index where to add the component. Insert at the end if negative.
Return Value
Type: Void