Show / Hide Table of Contents

Class CommunicationsConsoleMenu

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

Constructors

| Improve this Doc View Source

CommunicationsConsoleMenu(CommunicationsConsoleBoundUserInterface)

Declaration
public CommunicationsConsoleMenu(CommunicationsConsoleBoundUserInterface owner)
Parameters
Type Name Description
CommunicationsConsoleBoundUserInterface owner

Methods

| Improve this Doc View Source

Close()

Declaration
public override void Close()
Overrides
Robust.Client.UserInterface.CustomControls.BaseWindow.Close()
| Improve this Doc View Source

Dispose(Boolean)

Declaration
protected override void Dispose(bool disposing)
Parameters
Type Name Description
System.Boolean disposing
Overrides
Robust.Client.UserInterface.Control.Dispose(System.Boolean)
| Improve this Doc View Source

UpdateAlertLevels(Nullable<List<String>>, String)

Declaration
public void UpdateAlertLevels(List<string>? alerts, string currentAlert)
Parameters
Type Name Description
System.Nullable<List<System.String>> alerts
System.String currentAlert
| Improve this Doc View Source

UpdateCountdown()

Declaration
public void UpdateCountdown()

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