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

Introduced: 17.0.

Syntax

public SelectionViewMode SelectionViewMode { get; set; }
Public Property SelectionViewMode() As SelectionViewMode

Members

Member 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.