CFileDialog::SetControlLabel

将文本与一个控件,如按钮文本或编辑框标签。

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

参数

  • dwIDCtl
    控件的 ID。

  • strLabel
    控件的名称。

要求

标头: afxdlgs.h

请参见

参考

CFileDialog选件类