SupportedTextSelection 枚举

定义

包含一些值,这些值指定文本提供程序是否支持选择,而且如果支持选择,还指定其支持单个边续的选择还是多个不连续的选择。

此枚举支持其成员值的按位组合。

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
继承
SupportedTextSelection
属性

字段

Multiple 2

支持多个不连续的文本选择。

None 0

不支持文本选择。

Single 1

支持单个连续的文本选择。

适用于