Table of Contents

Interface IListBoxEntry<TElement, TValue>

Namespace
RichHudFramework.UI
Assembly
RichHudClient.dll

Interface implemented by objects that function as list box entries, pairing specific data types with a label-based UI element.

public interface IListBoxEntry<TElement, TValue> : ISelectionBoxEntryTuple<TElement, TValue>, ISelectionBoxEntry<TElement>, IScrollBoxEntryTuple<TElement, TValue>, IScrollBoxEntry<TElement>, IChainElementContainer<TElement>, IHudNodeContainer<TElement> where TElement : HudElementBase, IMinLabelElement

Type Parameters

TElement

UI element type used for the entry

TValue

Data type associated with the entry

Inherited Members