SECDateTimeCtrl::CreateEx
BOOLSECDateTimeCtrl::CreateEx(DWORDdwExStyle, DWORDdwStyle, const RECT&rect, CWnd*pParentWnd, UINTnID, CCreateContext*pContext)
Creates the edit control with extended style attributes and attaches it to the SECDateTimeCtrl object.
Defined in: DTCtrl.cpp
Return Value
Nonzero if the edit control is created; otherwise 0.
Parameters
dwExStyle
Specifies the extended style attributes of the edit control
dwStyle
Specifies the style attributes of the edit control.
rect
Specifies the rectangle of the edit control.
pParentWnd
Pointer to the parent window.
nID
Specifies the ID of the control window.
pContext
The create context of the window.
See Also