TextEdit.hidingEnabled

If true, all lines that have been set to hidden by setLineAsHidden, will not be visible.

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

Meta