API ReferenceSandbox.UI
Formclass
Constructors1
Showing 1 constructors
public Form()
No results match this filter.
Methods4
Showing 4 methods
public void AddHeader(string title, string icon = category)
| Parameter | Type | Description |
|---|---|---|
| title | string | — |
| icon = category | string | — |
Returns:
void—public void AddRow(string entryTitle, Sandbox.UI.Panel control)
| Parameter | Type | Description |
|---|---|---|
| entryTitle | string | — |
| control | Panel | — |
Returns:
void—public void Clear()
Returns:
void—protected virtual void OnEvent(Sandbox.UI.PanelEvent e)
| Parameter | Type | Description |
|---|---|---|
| e | PanelEvent | — |
Returns:
void—No results match this filter.