| void CBCGPTaskDialog::SetCommandControlOptions | ( | int | nCommandControlID, | 
| BOOL | bEnabled, | ||
| BOOL | bRequiresElevation = FALSE | ||
| ) | 
Updates a command button control on the CBCGPTaskDialog.
| nCommandControlID | The ID of the command control to update. | 
| bEnabled | A Boolean parameter that indicates if the specified command button control is enabled or disabled. | 
| bRequiresElevation | A Boolean parameter that indicates if the specified command button control requires elevation. |