CFileDialog::AddText
Adds text to the dialog.
HRESULT AddText(
DWORD dwIDCtl,
const CString& strText
);
Parameters
dwIDCtl
The ID of the text to add.strText
The text name.
Requirements
Header: afxdlgs.h
Dieser Browser wird nicht mehr unterstützt.
Führen Sie ein Upgrade auf Microsoft Edge durch, um die neuesten Features, Sicherheitsupdates und den technischen Support zu nutzen.
Adds text to the dialog.
HRESULT AddText(
DWORD dwIDCtl,
const CString& strText
);
dwIDCtl
The ID of the text to add.
strText
The text name.
Header: afxdlgs.h