TXRulerBar.ReadOnly Property

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

Introduced: 24.0.

Syntax

TXRulerBar.ReadOnly [= boolean]
Setting Description
True Formatting attributes cannot be changed.
False (Default) Formatting attributes can be changed.

Data Types

Boolean.

See Also