Table of Contents

Interface ICursorBlinkProvider

Namespace
SharpConsoleUI.Core
Assembly
SharpConsoleUI.dll

Interface for controls that can specify a preferred cursor blink behavior. Controls implementing this interface can customize whether the cursor blinks when focused.

public interface ICursorBlinkProvider
Extension Methods

Properties

Gets the preferred cursor blink behavior for this control. Return null to use the system default blink.

CursorBlink? PreferredCursorBlink { get; }

Property Value

CursorBlink?