appendChild
Description​
Adds the given child control to this container.
- JavaScript
- C#
- Kotlin
appendChild(child: IContainer): void
void AppendChild(IContainer child)
fun appendChild(child: IContainer): Unit
Parameter | Summary |
---|---|
childAll | The child control to add. |