Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SupportedTextSelection Enumeration

 

Contains values that specify whether a text provider supports selection and, if so, whether it supports a single, continuous selection or multiple, disjoint selections.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:   System.Windows.Automation
Assembly:  UIAutomationTypes (in UIAutomationTypes.dll)

<FlagsAttribute>
<ComVisibleAttribute(True)>
<GuidAttribute("3d9e3d8f-bfb0-484f-84ab-93ff4280cbc4")>
Public Enumeration SupportedTextSelection

Member nameDescription
Multiple

Supports multiple, disjoint text selections.

None

Does not support text selections.

Single

Supports a single, continuous text selection.

.NET Framework
Available since 3.0
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 7.1
Return to top
Show:
© 2017 Microsoft