CFileDialog::AddControlItem

添加一个项添加到对话框的容器控件。

HRESULT AddControlItem(
   DWORD dwIDCtl,
   DWORD dwIDItem,
   const CString& strLabel
);

参数

  • dwIDCtl
    添加项的容器控件的ID。

  • dwIDItem
    该项的 ID。

  • strLabel
    项的文本。

要求

标头: afxdlgs.h

请参见

参考

CFileDialog选件类