Show / Hide Table of Contents

Class AdminMessagePopupWindow

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

Constructors

| Improve this Doc View Source

AdminMessagePopupWindow()

Declaration
public AdminMessagePopupWindow()

Properties

| Improve this Doc View Source

Timer

Declaration
public float Timer { get; set; }
Property Value
Type Description
System.Single

Methods

| Improve this Doc View Source

FrameUpdate(FrameEventArgs)

Declaration
protected override void FrameUpdate(FrameEventArgs args)
Parameters
Type Name Description
Robust.Shared.Timing.FrameEventArgs args
Overrides
Robust.Client.UserInterface.Control.FrameUpdate(Robust.Shared.Timing.FrameEventArgs)
| Improve this Doc View Source

SetDetails(String, DateTime)

Declaration
public void SetDetails(string adminName, DateTime addedOn)
Parameters
Type Name Description
System.String adminName
DateTime addedOn
| Improve this Doc View Source

SetMessage(String)

Declaration
public void SetMessage(string message)
Parameters
Type Name Description
System.String message

Events

| Improve this Doc View Source

OnAcceptPressed

Declaration
public event Action? OnAcceptPressed
Event Type
Type Description
System.Nullable<Action>
| Improve this Doc View Source

OnDismissPressed

Declaration
public event Action? OnDismissPressed
Event Type
Type Description
System.Nullable<Action>

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