void CBCGPTaskDialog::AddRadioButton | ( | int | nRadioButtonID, |
const CString & | strCaption, | ||
BOOL | bEnabled = TRUE |
||
) |
Adds a radio button to the CBCGPTaskDialog.
nRadioButtonID | The identification number of the radio button. |
strCaption | The string that the CBCGPTaskDialog displays next to the radio button. |
bEnabled | A Boolean parameter that indicates whether the radio button is enabled. |