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
TValueValue paired with the list entry
- Inheritance
-
Dropdown<TValue>
- Implements
-
IEnumerable<ListBoxEntry<TValue>>IValueControl<ListBoxEntry<TValue>>
- Inherited Members
Constructors
Dropdown()
public Dropdown()
Dropdown(HudParentBase)
public Dropdown(HudParentBase parent)
Parameters
parentHudParentBase