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

See Also

Reference

CFileDialog Class