Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the font currently used by the date and time picker control's month calendar control.
CFont* GetMonthCalFont( ) const;
Return Value
A pointer to a CFont object, or NULL if unsuccessful.
Remarks
The CFont object pointed to by the return value is a temporary object and is destroyed during the next idle processing time.
Requirements
Header: afxdtctl.h
See Also
Reference
CDateTimeCtrl::SetMonthCalFont