Show / Hide Table of Contents

Class ListContainerButton

Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.Controls.BaseButton
Robust.Client.UserInterface.Controls.ContainerButton
ListContainerButton
Implements
IEntityControl
Namespace: Content.Client.UserInterface.Controls
Assembly: Content.Client.dll
Syntax
public sealed class ListContainerButton : ContainerButton, IEntityControl

Constructors

| Improve this Doc View Source

ListContainerButton(ListData)

Declaration
public ListContainerButton(ListData data)
Parameters
Type Name Description
ListData data

Fields

| Improve this Doc View Source

Data

Declaration
public readonly ListData Data
Field Value
Type Description
ListData

Properties

| Improve this Doc View Source

UiEntity

Declaration
public EntityUid? UiEntity { get; }
Property Value
Type Description
System.Nullable<EntityUid>

Implements

IEntityControl

Extension Methods

ControlExtension.GetControlOfType<T>(Control)
ControlExtension.GetControlOfType<T>(Control, String)
ControlExtension.GetControlOfType<T>(Control, Boolean)
ControlExtension.GetControlOfType<T>(Control, String, Boolean)
ControlExtension.GetSearchableControls(Control, Boolean)
ControlExtension.ChildrenContainText(Control, String)
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾