enumeración TF_DA_LINESTYLE (msctf.h)
Los elementos de la enumeración TF_DA_LINESTYLE especifican el estilo de subrayado de un atributo para mostrar en la estructura TF_DA_COLOR .
Syntax
typedef enum __MIDL___MIDL_itf_msctf_0000_0070_0001 {
TF_LS_NONE = 0,
TF_LS_SOLID = 1,
TF_LS_DOT = 2,
TF_LS_DASH = 3,
TF_LS_SQUIGGLE = 4
} TF_DA_LINESTYLE;
Constantes
TF_LS_NONE Valor: 0 El texto no está subrayado. |
TF_LS_SOLID Valor: 1 El texto está subrayado con una línea sólida. |
TF_LS_DOT Valor: 2 El texto está subrayado con una línea de puntos. |
TF_LS_DASH Valor: 3 El texto está subrayado con una línea discontinua. |
TF_LS_SQUIGGLE Valor: 4 El texto está subrayado con una línea ondulada sólida. |
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible | Windows 2000 Professional [aplicaciones de escritorio | Aplicaciones para UWP] |
Servidor mínimo compatible | Windows 2000 Server [aplicaciones de escritorio | Aplicaciones para UWP] |
Encabezado | msctf.h |
Redistribuible | TSF 1.0 en Windows 2000 Professional |