Gets or sets a value determining the ribbon's read only mode. When the ribbon is set to read only, it still shows all formatting attributes of the connected TextControl, but formatting attributes cannot be changed.

Syntax

public bool ReadOnly { get; set; }
Public Property ReadOnly As Boolean