TF_DA_LINESTYLE enumeration (msctf.h)

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_NONE
Value: 0
The text is not underlined.
TF_LS_SOLID
Value: 1
The text is underlined with a solid line.
TF_LS_DOT
Value: 2
The text is underlined with a dotted line.
TF_LS_DASH
Value: 3
The text is underlined with a dashed line.
TF_LS_SQUIGGLE
Value: 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

See also

TF_DA_COLOR