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
TElementUI element type used for the entry
TValueData type associated with the entry
- Inherited Members