struct PanelCreator

book_4_sparkGenerated
code_blocksInput

Description

The PanelCreator struct in the Sandbox.UI.Construct namespace is used for quick creation of panels with specific settings. It is primarily utilized in conjunction with the Panel.Add method. This struct is sealed and cannot be inherited.

Members

Instance Members

Member Name Summary
panel The panel to add children to.
Panel() Add a new blank panel as a child.
Panel(string classname) Add a new blank panel with given CSS classes as a child.