API ReferenceSandbox.UI.Construct

LabelConstructorclass

objectLabelConstructor
Namespace
Sandbox.UI.Construct
Assembly
Sandbox.Engine
Declaration
public static abstract sealed class Sandbox.UI.Construct.LabelConstructor

Methods1

Showing 1 methods

public static Sandbox.UI.Label Label(Sandbox.UI.Construct.PanelCreator self, string text = null, string classname = null)PUBLICSTATIC

Create a simple text label with given text and CSS classname.

ParameterTypeDescription
selfPanelCreator
text = nullstring
classname = nullstring
Returns:Label

On this page