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
Não há mais suporte para esse navegador.
Atualize o Microsoft Edge para aproveitar os recursos, o suporte técnico e as atualizações de segurança mais recentes.
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