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

Meta