CGXDateTimeCtrl::m_TextCtrlWnd
CGXCaptiveDateTimeCtrl m_TextCtrlWnd;
Remarks
This control is used by CGXDateTimeCtrl internally for formatting the cells. Some of the CGXControl functions that use this control include CalcSize, GetControlText, FindText, GetSortKey and SetControlText. In short, this control is used wherever there is a need to format the value in a form the same as would be displayed in the control. For example, when GetControlText is called, this control is used to format the raw value to a form in which it will be displayed.