This topic has not yet been rated - Rate this topic

CEdit::CEdit

Constructs a CEdit object.

CEdit( );

Use Create to construct the Windows edit control.


// Declare a local CEdit object.
CEdit myEdit;

// Declare a dynamic CEdit object.
CEdit* pmyEdit = new CEdit;


Header: afxwin.h

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.