Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Elements of the TF_DA_LINESTYLE enumeration specify the underline style of a display attribute in the TF_DA_COLOR structure.
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;
Constants
TF_LS_NONEValue: 0 The text is not underlined.  | 
TF_LS_SOLIDValue: 1 The text is underlined with a solid line.  | 
TF_LS_DOTValue: 2 The text is underlined with a dotted line.  | 
TF_LS_DASHValue: 3 The text is underlined with a dashed line.  | 
TF_LS_SQUIGGLEValue: 4 The text is underlined with a solid wavy line.  | 
Requirements
| Requirement | Value | 
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps | UWP apps] | 
| Minimum supported server | Windows 2000 Server [desktop apps | UWP apps] | 
| Header | msctf.h | 
| Redistributable | TSF 1.0 on Windows 2000 Professional |