TextEdit.caretBlockMode

If true, the caret displays as a rectangle. If false, the caret displays as a bar.

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

Meta