CFileDialog::AddPushButton
Adds a button to the dialog.
HRESULT AddPushButton(
DWORD dwIDCtl,
const CString& strLabel
);
Parameters
dwIDCtl
The ID of the button to add.strLabel
The button 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 a button to the dialog.
HRESULT AddPushButton(
DWORD dwIDCtl,
const CString& strLabel
);
dwIDCtl
The ID of the button to add.
strLabel
The button name.
Header: afxdlgs.h