Table of Contents

Property Editable

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Editable

Gets or sets whether the control is currently editable.

bool Editable { get; set; }

Property Value

bool

true if the control is currently editable; otherwise, false.

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.