Adds a tab with the given name and returns its container. Optionally pass a builder function to populate it immediately.
Hides the element without destroying it. Call Show() to make it visible again.
Makes a previously hidden element visible again.
Permanently removes the element from the UI panel.
Updates the element's display text when the element has a label.
Merges safe CSS-like renderer style metadata into the element.
A tab-group container. Use AddTab to add named tabs, each with its own ContainerWrapper for further nested elements.