struct PanelCreator
in global :: Sandbox . UI . Construct
Used for for quick panel creation with certain settings. Other panels types are added via extension methods.
public Panel panel
The panel to add children to.
public Panel Panel( string classname )
Add a new blank panel with given CSS classes as a child.
- Returns The crated panel.
public Panel Panel( )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.