s&box docs
API ReferenceSandbox.UI

public abstract class Sandbox.UI.BasePopup : Sandbox.UI.Panel

A panel that gets deleted automatically when clicked away from

Constructors

Showing 1 constructors

Methods

Showing 2 methods

public static void CloseAll(Sandbox.UI.Panel exceptThisOne = null)

Parameters

  • exceptThisOne: Default: null

public virtual void OnDeleted()

Properties

Showing 1 properties

public bool Sandbox.UI.BasePopup.StayOpen { get; set; }

Stay open, even when CloseAll popups is called

Metadata

FieldValue
NamespaceSandbox.UI
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.UI.BasePopup

On this page