Show / Hide Table of Contents

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 Source

HandLabelerWindow()

Declaration
public HandLabelerWindow()

Methods

| Improve this Doc View Source

SetCurrentLabel(String)

Declaration
public void SetCurrentLabel(string label)
Parameters
Type Name Description
System.String label

Events

| Improve this Doc View Source

OnLabelChanged

Declaration
public event Action<string>? OnLabelChanged
Event Type
Type Description
System.Nullable<Action<System.String>>

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