Share via


DateTime_SetMonthCalFont

This macro sets the font to be used by the date and time picker (DTP) controls child month calendar control.

void DateTime_SetMonthCalFont(
HWND hwndDP, 
HFONT hFont, 
LPARAM MAKELONG(fRedraw, 0));

Parameters

  • hwndDP
    Handle to a DTP control.
  • hFont
    Handle to the font that will be set.
  • fRedraw
    Value that specifies whether the control should be redrawn immediately upon setting the font. If set to TRUE, the control redraws itself.

Requirements

Runs On Versions Defined in Include Link to
Windows CE OS 2.0 and later Commctrl.h   Commctrl.lib

Note   This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.

See Also

DTM_SETMCFONT

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.