CFileDialog::SetControlItemText

Sets the text of a control item. For example, the text that accompanies a radio button or an item in a menu.

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

Parameters

  • dwIDCtl
    The ID of the container control.

  • dwIDItem
    The ID of the item.

  • strLabel
    Item's text.

Requirements

Header: afxdlgs.h

See Also

Reference

CFileDialog Class