Show / Hide Table of Contents

Class ReagentButton

Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.Controls.BaseButton
Robust.Client.UserInterface.Controls.ContainerButton
Robust.Client.UserInterface.Controls.Button
ReagentButton
Namespace: Content.Client.Chemistry.UI
Assembly: Content.Client.dll
Syntax
public sealed class ReagentButton : Button

Constructors

| Improve this Doc View Source

ReagentButton(String, ChemMasterReagentAmount, ReagentId, Boolean, String)

Declaration
public ReagentButton(string text, ChemMasterReagentAmount amount, ReagentId id, bool isBuffer, string styleClass)
Parameters
Type Name Description
System.String text
ChemMasterReagentAmount amount
ReagentId id
System.Boolean isBuffer
System.String styleClass

Fields

| Improve this Doc View Source

IsBuffer

Declaration
public bool IsBuffer
Field Value
Type Description
System.Boolean

Properties

| Improve this Doc View Source

Amount

Declaration
public ChemMasterReagentAmount Amount { get; set; }
Property Value
Type Description
ChemMasterReagentAmount
| Improve this Doc View Source

Id

Declaration
public ReagentId Id { get; set; }
Property Value
Type Description
ReagentId

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