CEdit::Create

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.

Syntax

BOOL Create( DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID );

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

Remarks

For information on the edit control styles supported by Windows CE, see Edit Control Styles.

See Also

CEdit Overview, CEdit Member Functions, Control Classes, CEdit::CEdit