Show / Hide Table of Contents

Class LabelledContentBox

Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.Controls.Container
Robust.Client.UserInterface.Controls.BoxContainer
LabelledContentBox
Namespace: Content.Client.Kitchen.UI
Assembly: Content.Client.dll
Syntax
public sealed class LabelledContentBox : BoxContainer

Properties

| Improve this Doc View Source

ButtonText

Declaration
public string? ButtonText { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

LabelText

Declaration
public string? LabelText { get; set; }
Property Value
Type Description
System.Nullable<System.String>

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
☀
☾