CFileDialog::AddRadioButtonList

Adds an option button (also known as radio button) group to the dialog.

HRESULT AddRadioButtonList(
   DWORD dwIDCtl
);

Parameters

  • dwIDCtl
    The ID of the option button group to add.

Requirements

Header: afxdlgs.h

See Also

Reference

CFileDialog Class