Show / Hide Table of Contents

Class AdminRemarksWindow

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

Constructors

| Improve this Doc View Source

AdminRemarksWindow()

Declaration
public AdminRemarksWindow()

Methods

| Improve this Doc View Source

SetNotes(Dictionary<(Int32, NoteType), SharedAdminNote>)

Declaration
public void SetNotes(Dictionary<(int, NoteType), SharedAdminNote> notes)
Parameters
Type Name Description
Dictionary<System.ValueTuple<System.Int32, NoteType>, SharedAdminNote> notes

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