Table of Contents

Class ListBoxEntry<TValue>

Namespace
RichHudFramework.UI
Assembly
RichHudClient.dll

A List Box entry that associates a Label with an object of type TValue.

public class ListBoxEntry<TValue> : ListBoxEntry<Label, TValue>, IListBoxEntry<Label, TValue>, ISelectionBoxEntryTuple<Label, TValue>, ISelectionBoxEntry<Label>, IScrollBoxEntryTuple<Label, TValue>, IScrollBoxEntry<Label>, IChainElementContainer<Label>, IHudNodeContainer<Label>

Type Parameters

TValue

Data type associated with the entry

Inheritance
ListBoxEntry<TValue>
Implements
Inherited Members