TXButtonBar.ReadOnly Property

Returns or sets a value determining the button bar's read only mode. When the button 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

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

Data Types

Boolean.

See Also