API ReferenceSandbox.UI

BasePopupclass

A panel that gets deleted automatically when clicked away from

objectPanelBasePopup
Namespace
Sandbox.UI
Assembly
Sandbox.Engine
Declaration
public abstract class Sandbox.UI.BasePopup : Sandbox.UI.Panel

Constructors1

Showing 1 constructors

Methods2

Showing 2 methods

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

ParameterTypeDescription
exceptThisOne = nullPanel
Returns:void

public virtual void OnDeleted()PUBLICVIRTUAL

Returns:void

Properties1

Showing 1 properties

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

Stay open, even when CloseAll popups is called

Returns:bool

On this page