Interface ICursorShapeProvider
- Namespace
- SharpConsoleUI.Core
- Assembly
- SharpConsoleUI.dll
Interface for controls that can specify a preferred cursor shape. Controls implementing this interface can customize how the cursor appears when focused.
public interface ICursorShapeProvider
- Extension Methods
Properties
PreferredCursorShape
Gets the preferred cursor shape for this control. Return null to use the default cursor shape.
CursorShape? PreferredCursorShape { get; }