Show / Hide Table of Contents

Class CargoPalletMenu

Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.CustomControls.BaseWindow
FancyWindow
CargoPalletMenu
Namespace: Content.Client.Cargo.UI
Assembly: Content.Client.dll
Syntax
public sealed class CargoPalletMenu : FancyWindow

Constructors

| Improve this Doc View Source

CargoPalletMenu()

Declaration
public CargoPalletMenu()

Fields

| Improve this Doc View Source

AppraiseRequested

Declaration
public Action? AppraiseRequested
Field Value
Type Description
System.Nullable<Action>
| Improve this Doc View Source

SellRequested

Declaration
public Action? SellRequested
Field Value
Type Description
System.Nullable<Action>

Methods

| Improve this Doc View Source

SetAppraisal(Int32)

Declaration
public void SetAppraisal(int amount)
Parameters
Type Name Description
System.Int32 amount
| Improve this Doc View Source

SetCount(Int32)

Declaration
public void SetCount(int count)
Parameters
Type Name Description
System.Int32 count
| Improve this Doc View Source

SetEnabled(Boolean)

Declaration
public void SetEnabled(bool enabled)
Parameters
Type Name Description
System.Boolean enabled

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