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:  System.Windows (in System.Windows.dll)

[FlagsAttribute]
public enum SupportedTextSelection

Member nameDescription
Supported by Silverlight for Windows PhoneNoneDoes not support text selections.
Supported by Silverlight for Windows PhoneSingleSupports a single, continuous text selection.
Supported by Silverlight for Windows PhoneMultipleSupports multiple, disjoint text selections.

Silverlight

Supported in: 5, 4

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Community Additions

Show:
© 2017 Microsoft