CDHtmlDialog::DDX_DHtml_Radio
Exchanges data between a member variable and a radio button on an HTML page.
void DDX_DHtml_Radio(
CDataExchange* pDX,
LPCTSTR szId,
long& value
);
Parameters
pDX
A pointer to a CDataExchange object.szId
The value that you specified for the HTML control's ID parameter.value
The value being exchanged.
Requirements
Header: afxdhtml.h