Class CommunicationsConsoleMenu
Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.CustomControls.BaseWindow
CommunicationsConsoleMenu
Namespace: Content.Client.Communications.UI
Assembly: Content.Client.dll
Syntax
public sealed class CommunicationsConsoleMenu : FancyWindow
Constructors
| Improve this Doc View SourceCommunicationsConsoleMenu(CommunicationsConsoleBoundUserInterface)
Declaration
public CommunicationsConsoleMenu(CommunicationsConsoleBoundUserInterface owner)
Parameters
Type | Name | Description |
---|---|---|
CommunicationsConsoleBoundUserInterface | owner |
Methods
| Improve this Doc View SourceClose()
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 |
UpdateCountdown()
Declaration
public void UpdateCountdown()