Class AdminNotesLine
Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.Controls.Container
Robust.Client.UserInterface.Controls.BoxContainer
AdminNotesLine
Namespace: Content.Client.Administration.UI.Notes
Assembly: Content.Client.dll
Syntax
public sealed class AdminNotesLine : BoxContainer
Constructors
| Improve this Doc View SourceAdminNotesLine(SpriteSystem, SharedAdminNote)
Declaration
public AdminNotesLine(SpriteSystem sprites, SharedAdminNote note)
Parameters
Type | Name | Description |
---|---|---|
Robust.Client.GameObjects.SpriteSystem | sprites | |
SharedAdminNote | note |
Properties
| Improve this Doc View SourceId
Declaration
public int Id { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Note
Declaration
public SharedAdminNote Note { get; }
Property Value
Type | Description |
---|---|
SharedAdminNote |
Methods
| Improve this Doc View SourceDispose(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
KeyBindDown(GUIBoundKeyEventArgs)
Declaration
protected override void KeyBindDown(GUIBoundKeyEventArgs args)
Parameters
Type | Name | Description |
---|---|---|
Robust.Client.UserInterface.GUIBoundKeyEventArgs | args |
Overrides
Robust.Client.UserInterface.Control.KeyBindDown(Robust.Client.UserInterface.GUIBoundKeyEventArgs)
|
Improve this Doc
View Source
UpdateNote(SharedAdminNote)
Declaration
public void UpdateNote(SharedAdminNote note)
Parameters
Type | Name | Description |
---|---|---|
SharedAdminNote | note |
Events
| Improve this Doc View SourceOnClicked
Declaration
public event Func<AdminNotesLine, bool>? OnClicked
Event Type
Type | Description |
---|---|
System.Nullable<Func<AdminNotesLine, System.Boolean>> |