
Specifies whether text selections are displayed with a transparent bitmap or through inverting the text.
Introduced: 17.0.
[C#]
public SelectionViewMode SelectionViewMode { get; set; }
[Visual Basic]
Public Property SelectionViewMode() As SelectionViewMode
| Value | Description | |
| Classic | When text is selected, this text is inverted on the screen. | |
| TransparentBitmap | When text is selected, a transparent bitmap is used to display the selection. |