Adds controls to a container in the given order; with clearControlsFirst true the container
is emptied first, so the order is exactly the list's.
The container, the controls and whether to empty the container first
The same container
Reads the background color of a container as a CSS color string.
The container
The background color
Reads whether a container and its children are read-only.
The container
True when the container is read-only
Sets the background color of a container as a CSS color; an eight-digit hex such as
#00000055 makes it translucent.
The container and the background color
The same container
Makes a container and everything in it read-only or editable again.
The container and the flag
The same container
What every container control shares: adding child controls, a background color and the read-only state. Stack panels are containers, and so is the root of a GUI texture.