Table of Contents

Class ScrollBoxEntry<TElement>

Namespace
RichHudFramework.UI
Assembly
RichHudClient.dll

Base container class for ScrollBox members.

Adds an Enabled state to the standard HudElementContainer<TElement>.

public class ScrollBoxEntry<TElement> : HudElementContainer<TElement>, IScrollBoxEntry<TElement>, IChainElementContainer<TElement>, IHudNodeContainer<TElement> where TElement : HudElementBase

Type Parameters

TElement

UI element type used for the entry

Inheritance
ScrollBoxEntry<TElement>
Implements
IScrollBoxEntry<TElement>
Derived
Inherited Members

Constructors

ScrollBoxEntry()

public ScrollBoxEntry()

Properties

Enabled

Determines if the entry is enabled. Disabled entries are hidden from lists.

public virtual bool Enabled { get; set; }

Property Value

bool