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