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
TValueData type associated with the entry
- Inheritance
-
SelectionBoxEntryTuple<Label, TValue>ListBoxEntry<Label, TValue>ListBoxEntry<TValue>
- Implements
-
IListBoxEntry<Label, TValue>ISelectionBoxEntryTuple<Label, TValue>IScrollBoxEntryTuple<Label, TValue>
- Inherited Members