Table of Contents

Class Dropdown<TValue>

Namespace
RichHudFramework.UI
Assembly
RichHudClient.dll

Collapsable list box. Designed to mimic the appearance of the dropdown in the SE terminal.

Alias of Dropdown<TContainer, TElement, TValue> using ListBoxEntry<TValue> and Label as the container and element, respectively.

public class Dropdown<TValue> : Dropdown<ListBoxEntry<TValue>, Label, TValue>, IReadOnlyHudElement, IReadOnlyHudNode, IReadOnlyHudParent, IClickableElement, IFocusableElement, IEntryBox<ListBoxEntry<TValue>, Label>, IEnumerable<ListBoxEntry<TValue>>, IEnumerable, IValueControl<ListBoxEntry<TValue>>, IValueControl

Type Parameters

TValue

Value paired with the list entry

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

Constructors

Dropdown()

public Dropdown()

Dropdown(HudParentBase)

public Dropdown(HudParentBase parent)

Parameters

parent HudParentBase