Interface IFocusableElement
- Namespace
- RichHudFramework.UI
- Assembly
- RichHudClient.dll
Represents a UI element that can receive keyboard/input focus.
public interface IFocusableElement
Properties
FocusHandler
Interface used to manage the element's input focus state
IFocusHandler FocusHandler { get; }