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.
CEdit();
Remarks
Constructs a CEdit object. 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;
CEdit Overview | Class Members | Hierarchy Chart
See Also CEdit::Create