Interface IFocusableControl
- Namespace
- SharpConsoleUI.Controls
- Assembly
- SharpConsoleUI.dll
Interface for controls that can receive focus
public interface IFocusableControl : IWindowControl, IDisposable
- Inherited Members
- Extension Methods
Properties
CanReceiveFocus
Whether this control can receive focus
bool CanReceiveFocus { get; }