CFileDialog::RemoveControlItem

Removes an item from a container control in the dialog.

HRESULT RemoveControlItem(
   DWORD dwIDCtl,
   DWORD dwIDItem
);

Parameters

  • dwIDCtl
    The ID of the container control to remove the item from.

  • dwIDItem
    The ID of the item.

Requirements

Header: afxdlgs.h

See Also

Reference

CFileDialog Class