Interface ISelectionBoxEntryTuple<TElement, TValue>
- Namespace
- RichHudFramework.UI
- Assembly
- RichHudClient.dll
Interface for a selection box entry that pairs a UI element with a data value of
type TValue.
public interface ISelectionBoxEntryTuple<TElement, TValue> : ISelectionBoxEntry<TElement>, IScrollBoxEntryTuple<TElement, TValue>, IScrollBoxEntry<TElement>, IChainElementContainer<TElement>, IHudNodeContainer<TElement> where TElement : HudElementBase
Type Parameters
TElementUI element type used for the entry
TValueData type associated with the entry
- Inherited Members