NM_CUSTOMTEXT (Compact 2013)
3/28/2014
Requests custom text from a control's parent window.
Parameters
- hWnd
[in] Handle to the window whose window procedure will receive the message.
- Msg
[in] NM_CUSTOMTEXT
- wParam
[in] Not used. Must be NULL.
- lParam
[in] Points to an NMCUSTOMTEXT structure that on return will contain the custom text for the control.
Return Values
The return value is ignored by the control.
Remarks
This notification is sent in the same form as a WM_NOTIFY message.
This message is sent with the SendMessage function.
Requirements
Header |
commctrl.h |