BOOL GetMinReqRect( RECT* pRect ) const;
Return Value
If successful, this member function returns nonzero and lpRect receives the applicable bounding information. If unsuccessful, the member function returns 0.
Parameters
pRect
A pointer to a RECT structure that will receive bounding rectangle information. This parameter must be a valid address and cannot be NULL.
Remarks
This member function implements the behavior of the Win32 message MCM_GETMINREQRECT, as described in the Platform SDK.
CMonthCalCtrl Overview | Class Members | Hierarchy Chart
See Also CMonthCalCtrl::SizeMinReq