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
TElementUI 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
Methods
Reset()
Resets the entry to its default state
void Reset()