Show / Hide Table of Contents

Class PdaWindow

Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.CustomControls.BaseWindow
PdaWindow
PdaMenu
Namespace: Content.Client.PDA
Assembly: Content.Client.dll
Syntax
public class PdaWindow : BaseWindow

Constructors

| Improve this Doc View Source

PdaWindow()

Declaration
public PdaWindow()

Properties

| Improve this Doc View Source

AccentHColor

Declaration
public string? AccentHColor { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

AccentVColor

Declaration
public string? AccentVColor { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

BorderColor

Declaration
public string? BorderColor { get; set; }
Property Value
Type Description
System.Nullable<System.String>

Methods

| Improve this Doc View Source

GetDragModeFor(Vector2)

Declaration
protected override BaseWindow.DragMode GetDragModeFor(Vector2 relativeMousePos)
Parameters
Type Name Description
Vector2 relativeMousePos
Returns
Type Description
Robust.Client.UserInterface.CustomControls.BaseWindow.DragMode

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