BCGControlBar Pro for MFC
virtual CBCGPDateTimeCtrl* CBCGPToolbarDateTimeCtrl::CreateThemedDateTimeCtrl ( CWnd *  pWndParent,
const CRect &  rect 
)
virtual

Called to create a new CBCGPDateTimeCtrl object

Parameters
pWndParentThe parent window of the control.
rectThe control bounding rectangle.
Returns
NULL if it fails, else the new date time control.

This method is called only if m_bThemedDateTimeControl is TRUE; otherwise CreateDateTimeCtrl will be called instead.