API ReferenceSandbox.UI
public class Sandbox.UI.WebPanel : Sandbox.UI.Panel
A panel that displays an interactive web page.
Constructors
Showing 1 constructors
public WebPanel()
No results match this filter.
Methods
Showing 10 methods
protected virtual void OnBlur(Sandbox.UI.PanelEvent e)
public virtual void OnButtonEvent(Sandbox.UI.ButtonEvent e)
public virtual void OnDeleted()
protected virtual void OnFocus(Sandbox.UI.PanelEvent e)
public virtual void OnKeyTyped(char k)
public virtual void OnLayout(Sandbox.Rect layoutRect)
protected virtual void OnMouseDown(Sandbox.UI.MousePanelEvent e)
protected virtual void OnMouseMove(Sandbox.UI.MousePanelEvent e)
protected virtual void OnMouseUp(Sandbox.UI.MousePanelEvent e)
public virtual void OnMouseWheel(Vector2 value)
No results match this filter.
Properties
Showing 2 properties
public Sandbox.WebSurface Sandbox.UI.WebPanel.Surface { get; set; }
Access to the HTML surface to change URL, etc.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox.UI |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.UI.WebPanel |