Contents Index Topic Contents | ||
Previous Topic: DateTime_SetMonthCalColor Next Topic: DateTime_SetRange |
DateTime_SetMonthCalFont
void DateTime_SetMonthCalFont( HWND hwndDP, HFONT hFont, LPARAM MAKELONG(fRedraw,0);Sets the font to be used by the date and time picker (DTP) control's child month calendar control. You can use this macro or explicitly send the DTM_SETMCFONT message.
- hwndDP
- Handle to a DTP control.
- hFont
- Handle to the font that will be set.
- fRedraw
- Specifies whether the control should be redrawn immediately upon setting the font. Setting this parameter to TRUE causes the control to redraw itself.
Version 4.71
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.