次の方法で共有


CFileDialog::AddPushButton

ダイアログにボタンを追加します。

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

パラメーター

  • dwIDCtl
    追加するボタンの ID。

  • strLabel
    ボタンの名前。

必要条件

**ヘッダー:**afxdlgs.h

参照

参照

CFileDialog クラス