Table of Contents

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

Properties

PreferredCursorShape

Gets the preferred cursor shape for this control. Return null to use the default cursor shape.

CursorShape? PreferredCursorShape { get; }

Property Value

CursorShape?