Function TextEdit.caretBlink
If true
, the caret (visual cursor) blinks.
bool caretBlink() nothrow @property @nogc;
void caretBlink
(
bool v
) nothrow @property @nogc;
If true
, the caret (visual cursor) blinks.
bool caretBlink() nothrow @property @nogc;
void caretBlink
(
bool v
) nothrow @property @nogc;