This method creates the Windows CE edit control and attach it to the CEdit object.
To construct a CEdit object, call the CEdit constructor, then call Create.
Header file: | Afxwin.h |
Platforms: | H/PC 2.0, Palm-size PC, H/PC Pro |
Windows CE versions: | 1.0 and later |
Complete documentation: | Visual C++ documentation |
BOOL Create( DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID );
For information on the edit control styles supported by Windows CE, see the Windows and Control Styles chapter of the Windows CE SDK Guide.