SupportedTextSelection enumeration (uiautomationcore.h)
Contains values that specify the supported text selection attribute.
Syntax
typedef enum SupportedTextSelection {
SupportedTextSelection_None = 0,
SupportedTextSelection_Single = 1,
SupportedTextSelection_Multiple = 2
} ;
Constants
SupportedTextSelection_NoneValue: 0 Does not support text selections. |
SupportedTextSelection_SingleValue: 1 Supports a single, continuous text selection. |
SupportedTextSelection_MultipleValue: 2 Supports multiple, disjoint text selections. |
Requirements
| Minimum supported client | Windows XP [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Header | uiautomationcore.h (include UIAutomation.h) |