LM_GETIDEALHEIGHT (Compact 2013)
3/28/2014
This message retrieves the preferred height of a link for the control's current width.
Parameters
- hWnd
[in] Handle to the window whose window procedure will receive the message.
- Msg
[in] LM_GETIDEALHEIGHT.
- wParam
[in] Not used. Must be Zero.
- lParam
[in] Not used. Must be Zero.
Return Values
Returns an integer representing the preferred height of the link text, in pixels.
Remarks
This message is sent with the SendMessage function.
Requirements
Header |
commctrl.h |