Table of Contents

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

TValue

Value paired with the list entry

Inheritance
ListBox<ListBoxEntry<TValue>, Label, TValue>
ListBox<TValue>
Implements
Inherited Members

Constructors

ListBox()

public ListBox()

ListBox(HudParentBase)

public ListBox(HudParentBase parent)

Parameters

parent HudParentBase