Class HandLabelerWindow
Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.CustomControls.BaseWindow
Robust.Client.UserInterface.CustomControls.DefaultWindow
HandLabelerWindow
Namespace: Content.Client.Labels.UI
Assembly: Content.Client.dll
Syntax
public sealed class HandLabelerWindow : DefaultWindow
Constructors
| Improve this Doc View SourceHandLabelerWindow()
Declaration
public HandLabelerWindow()
Methods
| Improve this Doc View SourceSetCurrentLabel(String)
Declaration
public void SetCurrentLabel(string label)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | label |
Events
| Improve this Doc View SourceOnLabelChanged
Declaration
public event Action<string>? OnLabelChanged
Event Type
| Type | Description |
|---|---|
| System.Nullable<Action<System.String>> |