TextEdit.selectingEnabled

If true, text can be selected. If false, text can not be selected by the user or by the select or selectAll methods.

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

Meta