Table of Contents

Interface IScrollBoxEntry<TElement>

Namespace
RichHudFramework.UI
Assembly
RichHudClient.dll

Interface for container entries within a scrollable list or box.

public interface IScrollBoxEntry<TElement> : IChainElementContainer<TElement>, IHudNodeContainer<TElement> where TElement : HudElementBase

Type Parameters

TElement

UI element type used for the entry

Inherited Members

Properties

Enabled

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

bool Enabled { get; set; }

Property Value

bool