Table of Contents

Class SelectionBoxEntryTuple<TElement, TValue>

Namespace
RichHudFramework.UI
Assembly
RichHudClient.dll

Implementation of a Selection Box entry that pairs the element with a value.

public class SelectionBoxEntryTuple<TElement, TValue> : SelectionBoxEntry<TElement>, ISelectionBoxEntryTuple<TElement, TValue>, ISelectionBoxEntry<TElement>, IScrollBoxEntryTuple<TElement, TValue>, IScrollBoxEntry<TElement>, IChainElementContainer<TElement>, IHudNodeContainer<TElement> where TElement : HudElementBase

Type Parameters

TElement

UI element type used for the entry

TValue

Data type associated with the entry

Inheritance
SelectionBoxEntryTuple<TElement, TValue>
Implements
ISelectionBoxEntryTuple<TElement, TValue>
IScrollBoxEntryTuple<TElement, TValue>
IScrollBoxEntry<TElement>
Derived
Inherited Members

Properties

AssocMember

The data object paired with the UI element in this entry.

public TValue AssocMember { get; set; }

Property Value

TValue

Methods

Reset()

Resets the entry to its default state

public override void Reset()