TextEdit.readonly

If true, read-only mode is enabled. Existing text cannot be modified and new text cannot be added.

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

Meta