Show / Hide Table of Contents

Class ListBox.ListItem

Inheritance
Object
ListBox.ListItem
Namespace: DaggerfallWorkshop.Game.UserInterface
Assembly: Assembly-CSharp.dll
Syntax
public class ListItem

Constructors

| Improve this Doc View Source

ListItem(TextLabel)

Declaration
public ListItem(TextLabel textLabel)
Parameters
Type Name Description
TextLabel textLabel

Fields

| Improve this Doc View Source

disabledTextColor

Declaration
public Color disabledTextColor
Field Value
Type Description
Color
| Improve this Doc View Source

highlightedDisabledTextColor

Declaration
public Color highlightedDisabledTextColor
Field Value
Type Description
Color
| Improve this Doc View Source

highlightedSelectedTextColor

Declaration
public Color highlightedSelectedTextColor
Field Value
Type Description
Color
| Improve this Doc View Source

highlightedTextColor

Declaration
public Color highlightedTextColor
Field Value
Type Description
Color
| Improve this Doc View Source

selectedShadowColor

Declaration
public Color selectedShadowColor
Field Value
Type Description
Color
| Improve this Doc View Source

selectedTextColor

Declaration
public Color selectedTextColor
Field Value
Type Description
Color
| Improve this Doc View Source

shadowColor

Declaration
public Color shadowColor
Field Value
Type Description
Color
| Improve this Doc View Source

tag

Declaration
public object tag
Field Value
Type Description
Object
| Improve this Doc View Source

textColor

Declaration
public Color textColor
Field Value
Type Description
Color
| Improve this Doc View Source

textLabel

Declaration
public TextLabel textLabel
Field Value
Type Description
TextLabel

Properties

| Improve this Doc View Source

Enabled

Declaration
public bool Enabled { get; set; }
Property Value
Type Description
Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX