SupportedTextSelection Enum

Definitie

Bevat waarden die aangeven of een tekstprovider selectie ondersteunt en, als dat het zo is, of deze één, continue selectie of meerdere, niet-aaneengesloten selecties ondersteunt.

Deze opsomming ondersteunt een bitsgewijze combinatie van de waarden van de leden.

public enum class SupportedTextSelection
[System.Flags]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("3d9e3d8f-bfb0-484f-84ab-93ff4280cbc4")]
public enum SupportedTextSelection
[System.Flags]
public enum SupportedTextSelection
[<System.Flags>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("3d9e3d8f-bfb0-484f-84ab-93ff4280cbc4")>]
type SupportedTextSelection = 
[<System.Flags>]
type SupportedTextSelection = 
Public Enum SupportedTextSelection
Overname
SupportedTextSelection
Kenmerken

Velden

Name Waarde Description
None 0

Biedt geen ondersteuning voor tekstselecties.

Single 1

Ondersteunt één continue tekstselectie.

Multiple 2

Ondersteunt meerdere, niet-aaneengesloten tekstselecties.

Van toepassing op