Table of Contents

Class ScrollBoxEntryTuple<TElement, TData>

Namespace
RichHudFramework.UI
Assembly
RichHudClient.dll

Container class associating a ScrollBox element with an arbitrary object of type TData.

public class ScrollBoxEntryTuple<TElement, TData> : ScrollBoxEntry<TElement>, IScrollBoxEntryTuple<TElement, TData>, IScrollBoxEntry<TElement>, IChainElementContainer<TElement>, IHudNodeContainer<TElement> where TElement : HudElementBase

Type Parameters

TElement

UI element type used for the entry

TData

Data type associated with the entry

Inheritance
ScrollBoxEntry<TElement>
ScrollBoxEntryTuple<TElement, TData>
Implements
IScrollBoxEntryTuple<TElement, TData>
IScrollBoxEntry<TElement>
Derived
Inherited Members

Constructors

ScrollBoxEntryTuple()

public ScrollBoxEntryTuple()

Properties

AssocMember

The object associated with the entry.

public virtual TData AssocMember { get; set; }

Property Value

TData