SECDateTimeCtrl::AttachDateTimeCtrl
BOOLSECDateTimeCtrl::AttachDateTimeCtrl(UINTuID, CWnd*pParentWnd, DWORDdwDTStyle, DWORDdwWinStyle, DWORDdwExStyle)
Attaches an SECDateTimeCtrl object to an edit control.
Defined in: DTCtrl.cpp
Parameters
uID
The ID of the dialog control you want to replace with the date/time control.
pParentWnd
The parent of the dialog control you want to replace.
dwDTStyle
The style of the date/time control you want to activate. Valid styles are SEC_DTS_UPDOWN and SEC_DTS_CALENDAR.
dwWinStyle
The window style of the date/time control.
dwExStyle
The extended window style of the date/time control.
See Also