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 SourcePdaProgramItem()
Declaration
public PdaProgramItem()
Fields
| Improve this Doc View SourceHoverColor
Declaration
public const string HoverColor = null
Field Value
Type | Description |
---|---|
System.String |
NormalBgColor
Declaration
public const string NormalBgColor = null
Field Value
Type | Description |
---|---|
System.String |
StylePropertyBgColor
Declaration
public const string StylePropertyBgColor = null
Field Value
Type | Description |
---|---|
System.String |
Properties
| Improve this Doc View SourceBackgroundColor
Declaration
public Color BackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
Methods
| Improve this Doc View SourceDraw(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)