Show / Hide Table of Contents

Class PdaSettingsButton

Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.Controls.BaseButton
Robust.Client.UserInterface.Controls.ContainerButton
PdaSettingsButton
Namespace: Content.Client.PDA
Assembly: Content.Client.dll
Syntax
public sealed class PdaSettingsButton : ContainerButton

Constructors

| Improve this Doc View Source

PdaSettingsButton()

Declaration
public PdaSettingsButton()

Fields

| Improve this Doc View Source

DisabledFgColor

Declaration
public const string DisabledFgColor = null
Field Value
Type Description
System.String
| Improve this Doc View Source

EnabledFgColor

Declaration
public const string EnabledFgColor = null
Field Value
Type Description
System.String
| Improve this Doc View Source

HoverColor

Declaration
public const string HoverColor = null
Field Value
Type Description
System.String
| Improve this Doc View Source

NormalBgColor

Declaration
public const string NormalBgColor = null
Field Value
Type Description
System.String
| Improve this Doc View Source

PressedColor

Declaration
public const string PressedColor = null
Field Value
Type Description
System.String
| Improve this Doc View Source

StylePropertyBgColor

Declaration
public const string StylePropertyBgColor = null
Field Value
Type Description
System.String
| Improve this Doc View Source

StylePropertyFgColor

Declaration
public const string StylePropertyFgColor = null
Field Value
Type Description
System.String

Properties

| Improve this Doc View Source

BackgroundColor

Declaration
public Color BackgroundColor { get; set; }
Property Value
Type Description
Color
| Improve this Doc View Source

Description

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

ForegroundColor

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

Text

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

Methods

| Improve this Doc View Source

Draw(DrawingHandleScreen)

Declaration
protected override void Draw(DrawingHandleScreen handle)
Parameters
Type Name Description
Robust.Client.Graphics.DrawingHandleScreen handle
Overrides
Robust.Client.UserInterface.Controls.ContainerButton.Draw(Robust.Client.Graphics.DrawingHandleScreen)

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