CFileDialog::GetEditBoxText
Retrieves the current text in an edit box control.
HRESULT GetEditBoxText(
DWORD dwIDCtl,
CString& strText
);
Parameters
dwIDCtl
The ID of the edit box.strText
The text value.
Requirements
Header: afxdlgs.h
Ce navigateur n’est plus pris en charge.
Effectuez une mise à niveau vers Microsoft Edge pour tirer parti des dernières fonctionnalités, des mises à jour de sécurité et du support technique.
Retrieves the current text in an edit box control.
HRESULT GetEditBoxText(
DWORD dwIDCtl,
CString& strText
);
dwIDCtl
The ID of the edit box.
strText
The text value.
Header: afxdlgs.h