Creates a detached overlay or utility window. Requires the overlay permission.
Removes all child elements from this container.
Adds a read-only text label. Not persisted.
Adds a display-only progress bar. Not persisted.
Adds a styled layout box. Pass a builder function to populate it immediately. Not persisted.
Adds empty spacing between nearby controls. Not persisted.
Adds a clickable button. Not persisted.
Adds a numeric range slider. Value is persisted by id and restored on next run.
Adds a single-line text input. Value is persisted by id and restored on next run. defaultText is only used when no saved value exists.
Adds a boolean toggle switch. Value is persisted by id and restored on next run.
Adds a dropdown selector. Value is persisted by id and restored on next run.
Adds a multi-line text area. Value is persisted by id and restored on next run. defaultText is only used when no saved value exists.
Adds a color picker. Value is persisted by id and restored on next run. defaultColor is only used when no saved value exists.
Adds a hotkey capture field. The captured keyboard, mouse, or HID trigger is persisted by id and restored on next run, including its active binding.
Adds a file picker dialog button. Selected path is persisted by id and restored on next run.
Adds a directory picker dialog button. Selected path is persisted by id and restored on next run.
Adds a multi-select list box. Selected items are persisted by id and restored on next run.
Adds a data grid with typed columns. Row data is persisted by id and restored on next run.
Adds a tabbed container group. Not persisted.
Adds a horizontal row layout container. Children are arranged left-to-right. Not persisted.
Adds a vertical column layout container. Children are stacked top-to-bottom. Not persisted.
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 nested container that is itself a UIElement and a UIContainer.