Table of Contents

Method AddControl

Namespace
Bonsai.Gui
Assembly
Bonsai.Gui.dll

AddControl(int, Control)

Adds a control to the container at the specified index.

protected override void AddControl(int index, Control control)

Parameters

index int

The index of the control, following the order of visualizer sources.

control Control

The control to add to the container.