Function TextEdit.caretMovingByRightClick
If true
, a right-click moves the cursor at the mouse position before displaying the context menu.
If false
, the context menu disregards mouse location.
bool caretMovingByRightClick() nothrow @property @nogc;
void caretMovingByRightClick
(
bool v
) nothrow @property @nogc;