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]
    struct TextEdit
    @nogc nothrow @property
    bool
    selectingEnabled
    ()
  2. bool selectingEnabled [@property setter]

Meta