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.

  1. bool caretMovingByRightClick [@property getter]
  2. bool caretMovingByRightClick [@property setter]
    struct TextEdit
    @nogc nothrow @property
    void
    caretMovingByRightClick
    (
    bool v
    )

Meta