DateTime_GetMonthCal macro (commctrl.h)
Gets the handle to a date and time picker's (DTP) child month calendar control. You can use this macro or send the DTM_GETMONTHCAL message explicitly.
Syntax
HWND DateTime_GetMonthCal(
HWND hdp
);
Parameters
hdp
Type: HWND
A handle to a DTP control.
Return value
Type: HWND
Returns the handle to a DTP control's child month calendar control.
Remarks
DTP controls create a child month calendar control when the user clicks the drop-down arrow (DTN_DROPDOWN notification). When the month calendar is no longer needed, it is destroyed (a DTN_CLOSEUP notification is sent on destruction). So your application must not rely on a static handle to the DTP's child month calendar.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | commctrl.h |
See also
Reference