HE_SETUNDERLINE
Sets or
cancels underline mode in an hedit control. Submessage of WM_PENCTL.
Parameters
wParam
HE_SETUNDERLINE.
lParam
The low-order
word is TRUE to set underline mode and FALSE to cancel it.
Return Value
Returns the
current underline mode.
Comments
This
submessage is for single-line hedit controls only.
See Also