supportedTextSelection 枚举 (uiautomationcore.h)
包含指定支持的文本选择属性的值。
语法
typedef enum SupportedTextSelection {
SupportedTextSelection_None = 0,
SupportedTextSelection_Single = 1,
SupportedTextSelection_Multiple = 2
} ;
常量
SupportedTextSelection_None 值: 0 不支持文本选择。 |
SupportedTextSelection_Single 值:1 支持单个连续的文本选择。 |
SupportedTextSelection_Multiple 值: 2 支持多个不连续的文本选择。 |
要求
最低受支持的客户端 | Windows XP [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2003 [仅限桌面应用] |
标头 | uiautomationcore.h (包括 UIAutomation.h) |