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
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.
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