Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 648 Bytes

supportedtextselection.md

File metadata and controls

30 lines (20 loc) · 648 Bytes
-api-id -api-type
T:Microsoft.UI.Xaml.Automation.SupportedTextSelection
winrt enum

SupportedTextSelection

-description

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

-enum-fields

-field None:0

Does not support text selections.

-field Single:1

Supports a single, continuous text selection.

-field Multiple:2

Supports multiple, disjoint text selections.

-remarks

-examples

-see-also