Panel.MoveToBack
From GMod Wiki
Function | |
Syntax | Panel:MoveToBack( ) |
Description: | |
Moves a panel so it renders below (behind) every other panel currently displaying. | |
Returns: | nil |
In Object: | Panel |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Panel.MoveToBack]Panel.MoveToBack [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Additional Notes
- Don't confuse this with Panel.MoveAbove, Panel.MoveBelow, Panel.MoveRightOf and Panel.MoveLeftOf which are purely positional methods. Panel:MoveToBack affects rendering order.