This message is sent by an application to a control to retrieve the font with which the control is currently drawing its text.
At a Glance
Header file: | Winuser.h |
Windows CE versions: | 1.0 and later |
Syntax
WM_GETFONT wParam = 0; lParam = 0;
Return Values
The return value is a handle to the font used by the control, or NULL if the control is using the system font.
See Also