CEditView::CEditView

 

Constructs an object of type CEditView.

Syntax

CEditView( );

Remarks

After constructing the object, you must call the CWnd::Create function before the edit control is used. If you derive a class from CEditView and add it to the template using CWinApp::AddDocTemplate, the framework calls both this constructor and the Create function.

Requirements

Header: afxext.h

See Also

CEditView Class
Hierarchy Chart
CWnd::Create
CWinApp::AddDocTemplate