Table of Contents

Interface ISelectionBoxEntry<TElement>

Namespace
RichHudFramework.UI
Assembly
RichHudClient.dll

Interface for a selection box entry wrapping a UI element.

Adds selection highlighting capabilities to the standard scroll box entry.

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

Type Parameters

TElement

UI element type used for the entry

Inherited Members

Properties

AllowHighlighting

If true, the UI element will accept highlighting effects (e.g., mouse-over or selection).

bool AllowHighlighting { get; set; }

Property Value

bool

Methods

Reset()

Resets the entry to its default state

void Reset()