CFileDialog::AddPushButton

将一个按钮添加到对话框。

HRESULT AddPushButton(
   DWORD dwIDCtl,
   const CString& strLabel
);

参数

  • dwIDCtl
    添加按钮的ID。

  • strLabel
    按钮名称。

要求

标头: afxdlgs.h

请参见

参考

CFileDialog选件类