SupportedTextSelection Enumeration
.NET Framework (current version)
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.
Assembly: UIAutomationTypes (in UIAutomationTypes.dll)
| Member name | Description | |
|---|---|---|
| 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
Available since 3.0
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 7.1
Show: