Property Editable
Editable
Gets or sets whether the control is currently editable.
bool Editable { get; set; }
Property Value
Remarks
This property allows the user to edit the page even if the contenteditable attribute is not set in HTML. The exact capabilities vary with the backend being used. This feature is not implemented for macOS and the Edge backend.