Show / Hide Table of Contents

Class PdaProgramItem

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

Constructors

| Improve this Doc View Source

PdaProgramItem()

Declaration
public PdaProgramItem()

Fields

| 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

StylePropertyBgColor

Declaration
public const string StylePropertyBgColor = 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

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