| BOOL CBCGPVisualContainer::InsertAt | ( | CBCGPBaseVisualObject * | pObject, |
| int | nIndex, | ||
| BOOL | bAutoDestroy = TRUE |
||
| ) |
Adds a new child visual object to the container at the specific position.
| pObject | A pointer to the visual object. |
| nIndex | The index in the child objects internal array. |
| bAutoDestroy | Specifies whether the object should be destroyed automatically. |