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
Questo browser non è più supportato.
Esegui l'aggiornamento a Microsoft Edge per sfruttare i vantaggi di funzionalità più recenti, aggiornamenti della sicurezza e supporto tecnico.
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