Enum SupportedTextSelection
Contains values that specify whether a text provider supports selection and, if so, whether it supports a single, continuous selection or multiple, disjoint selections.
Namespace: System.Windows.Automation
Assembly: OpenSilver.dll
Syntax
[Flags]
public enum SupportedTextSelection
Fields
Name | Description |
---|---|
Multiple | Supports multiple, disjoint text selections. |
None | Does not support text selections. |
Single | Supports a single, continuous text selection. |