Enumeração SupportedTextSelection (uiautomationcore.h)
Contém valores que especificam o atributo de seleção de texto com suporte.
Syntax
typedef enum SupportedTextSelection {
SupportedTextSelection_None = 0,
SupportedTextSelection_Single = 1,
SupportedTextSelection_Multiple = 2
} ;
Constantes
SupportedTextSelection_None Valor: 0 Não dá suporte a seleções de texto. |
SupportedTextSelection_Single Valor: 1 Dá suporte a uma seleção de texto única e contínua. |
SupportedTextSelection_Multiple Valor: 2 Dá suporte a várias seleções de texto não contíguas. |
Requisitos
Cliente mínimo com suporte | Windows XP [somente aplicativos da área de trabalho] |
Servidor mínimo com suporte | Windows Server 2003 [somente aplicativos da área de trabalho] |
Cabeçalho | uiautomationcore.h (inclua UIAutomation.h) |