Show / Hide Table of Contents

Class GuideReagentGroupEmbed

Control for embedding a reagent into a guidebook.

Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.Controls.Container
Robust.Client.UserInterface.Controls.BoxContainer
GuideReagentGroupEmbed
Implements
IDocumentTag
Namespace: Content.Client.Guidebook.Controls
Assembly: Content.Client.dll
Syntax
public sealed class GuideReagentGroupEmbed : BoxContainer, IDocumentTag

Constructors

| Improve this Doc View Source

GuideReagentGroupEmbed()

Declaration
public GuideReagentGroupEmbed()
| Improve this Doc View Source

GuideReagentGroupEmbed(String)

Declaration
public GuideReagentGroupEmbed(string group)
Parameters
Type Name Description
System.String group

Methods

| Improve this Doc View Source

TryParseTag(Dictionary<String, String>, out Control)

Declaration
public bool TryParseTag(Dictionary<string, string> args, out Control control)
Parameters
Type Name Description
Dictionary<System.String, System.String> args
Robust.Client.UserInterface.Control control
Returns
Type Description
System.Boolean

Implements

IDocumentTag

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