Table of Contents

Interface IEntryBox<TContainer, TElement>

Namespace
RichHudFramework.UI
Assembly
RichHudClient.dll

Minimal interface for UI elements that represent a collection of selectable IScrollBoxEntry<TElement>.

public interface IEntryBox<TContainer, TElement> : IEnumerable<TContainer>, IEnumerable, IValueControl<TContainer>, IValueControl where TContainer : IScrollBoxEntry<TElement>, new() where TElement : HudElementBase, IMinLabelElement

Type Parameters

TContainer
TElement
Inherited Members

Properties

EntryList

Read-only collection of list entries.

IReadOnlyList<TContainer> EntryList { get; }

Property Value

IReadOnlyList<TContainer>

Value

Current selection. Null if empty.

TContainer Value { get; }

Property Value

TContainer