Function TextEdit.caretBlockMode
If true
, the caret displays as a rectangle.
If false
, the caret displays as a bar.
bool caretBlockMode() nothrow @property @nogc;
void caretBlockMode
(
bool v
) nothrow @property @nogc;