Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Constructs a CEdit object.
CEdit( );
Remarks
Use Create to construct the Windows edit control.
Example
// Declare a local CEdit object.
CEdit myEdit;
// Declare a dynamic CEdit object.
CEdit* pmyEdit = new CEdit;
Requirements
Header: afxwin.h