TXTextControl.SelectionViewMode Property

Specifies whether text selections are displayed with a transparent bitmap or through inverting the text.

Introduced: 17.0.

Syntax

TXTextControl.SelectionViewMode [= value]
Setting Description
0 - Classic When text is selected, this text is inverted on the screen.
1 - Transparent Bitmap When text is selected, a transparent bitmap is used to display the selection.

Data Types

Integer.

See Also