Function LineEdit.caretPosition

The cursor's position inside the LineEdit. When set, the text may scroll to accommodate it.

long caretPosition() nothrow @property @nogc;

void caretPosition (
  long v
) nothrow @property @nogc;