Call this member function to create the Windows edit control and attach it to the CEdit object.
You construct a CEdit object in two steps. First, call the CEdit constructor, then call Create.
BOOL Create( DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID );
Header File | Afxwin.h |
Platforms | |
Versions | 1.0 and later |
Complete documentation | Visual C++ documentation |
For information on the edit control styles supported by Windows CE, see Edit Control Styles.
CEdit Overview, CEdit Member Functions, Control Classes, CEdit::CEdit