Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains values that specify the supported text selection attribute.
Syntax
typedef enum SupportedTextSelection {
SupportedTextSelection_None = 0,
SupportedTextSelection_Single = 1,
SupportedTextSelection_Multiple = 2
} ;
Constants
SupportedTextSelection_None Value: 0 Does not support text selections. |
SupportedTextSelection_Single Value: 1 Supports a single, continuous text selection. |
SupportedTextSelection_Multiple Value: 2 Supports multiple, disjoint text selections. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | uiautomationcore.h (include UIAutomation.h) |