SupportedTextSelection Enumeration
Microsoft Silverlight will reach end of support after October 2021. Learn more.
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: System.Windows (in System.Windows.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration SupportedTextSelection
[FlagsAttribute]
public enum SupportedTextSelection
Members
Member name | Description | |
---|---|---|
None | Does not support text selections. | |
Single | Supports a single, continuous text selection. | |
Multiple | Supports multiple, disjoint text selections. |
Version Information
Silverlight
Supported in: 5, 4
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.