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