Show(bool) Method
Shows or hides the cursor.
void Show(bool show)
- Namespace
- Spectre
.Console - Containing Type
- IAnsiConsoleCursor
Parameters
- bool show
trueto show the cursor,falseto hide it.
void Show(bool show)
true to show the cursor, false to hide it.