Class ListBox<TValue>
- Namespace
- RichHudFramework.UI
- Assembly
- RichHudClient.dll
Scrollable list of text elements. Each list entry is associated with a TValue
Alias of ListBox<TContainer, TElement, TValue> using ListBoxEntry<TValue> and Label as the container and element, respectively.
public class ListBox<TValue> : ListBox<ListBoxEntry<TValue>, Label, TValue>, IReadOnlyHudElement, IReadOnlyHudNode, IReadOnlyHudParent, IEntryBox<ListBoxEntry<TValue>, Label>, IEnumerable<ListBoxEntry<TValue>>, IEnumerable, IValueControl<ListBoxEntry<TValue>>, IValueControl, IClickableElement, IFocusableElement
Type Parameters
TValueValue paired with the list entry
- Inheritance
-
ListBox<TValue>
- Implements
-
IEnumerable<ListBoxEntry<TValue>>IValueControl<ListBoxEntry<TValue>>
- Inherited Members
Constructors
ListBox()
public ListBox()
ListBox(HudParentBase)
public ListBox(HudParentBase parent)
Parameters
parentHudParentBase