SECPopupCalendar::Create
BOOLSECPopupCalendar::Create(DWORDdwStyle, CRect&rect, CWnd*pParentWnd, CCreateContext*pContext)
Creates a popup calendar window.
Defined in: Calendar.cpp
Return Value
Returns non-zero if successful; otherwise, 0.
Parameters
dwStyle
Specifies the child calendar window’s style attributes.
&rect
Size and position of the window, in client coordinates of pParentWnd.
*pParentWnd
The parent window.
pContext
The create context of the window.
See Also