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
TElementUI element type used for the entry
- Inheritance
-
HudElementContainer<TElement>ScrollBoxEntry<TElement>
- Implements
-
IScrollBoxEntry<TElement>IChainElementContainer<TElement>IHudNodeContainer<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; }