CMFCToolBarEditBoxButton::CreateEdit
创建新在按钮的编辑控件。
virtual CEdit* CreateEdit(
CWnd* pWndParent,
const CRect& rect
);
参数
[in] pWndParent
指定编辑控件的父窗口。 不能为NULL。[in] rect
指定编辑控件的大小和位置。
返回值
为新创建的指针编辑控件;,如果控件的创建和附件失败,它是 NULL。
备注
在构造在两个步骤的一 CMFCToolBarEditBoxButton选件类 对象。 第一次调用创建Windows编辑控件并将它附加到 CMFCToolBarEditBoxButton 对象的构造函数,然后调用 CreateEdit,。
要求
标头: afxtoolbareditboxbutton.h