DTM_SETMCFONTDTM_SETMCFONT*
*Contents  *Index  *Topic Contents
*Previous Topic: DTM_SETMCCOLOR
*Next Topic: DTM_SETRANGE

DTM_SETMCFONT


DTM_SETMCFONT
    wParam = (WPARAM)(HFONT) hFont;
    lParam = (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 send this message explicitly or use the DateTime_SetMonthCalFont macro.

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


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.