Contents Index Topic Contents | ||
Previous Topic: DTM_GETMCFONT Next Topic: DTM_GETRANGE |
DTM_GETMONTHCAL
DTM_GETMONTHCAL wParam = 0; lParam = 0;Retrieves the handle to a date and time picker's (DTP) child month calendar control. You can send this message explicitly or use the DateTime_GetMonthCal macro.
- Returns the handle to a DTP control's child month calendar control if successful, or NULL otherwise.
DTP controls create a child month calendar control when the user clicks the drop-down arrow. When the month calendar is no longer needed, it is destroyed. So your application must not rely on a static handle to the DTP control's child month calendar.
Version 4.70
See also DTN_CLOSEUP, DTN_DROPDOWN
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.