共用方式為


CFileDialog::AddPushButton

將按鈕加入至對話方塊。

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

參數

  • dwIDCtl
    要加入之按鈕的 ID。

  • strLabel
    按鈕名稱。

需求

標題: afxdlgs.h

請參閱

參考

CFileDialog 類別