Function LineEdit.selectingEnabled
If false
, it's impossible to select the text using mouse nor keyboard.
bool selectingEnabled() nothrow @property @nogc;
void selectingEnabled
(
bool v
) nothrow @property @nogc;