Function LineEdit.contextMenuEnabled
If true
, the context menu will appear when right-clicked.
bool contextMenuEnabled() nothrow @property @nogc;
void contextMenuEnabled
(
bool v
) nothrow @property @nogc;