RadioBG_SetMarkedOptionCtrl
- Updated2023-02-21
- 1 minute(s) read
int RadioBG_SetMarkedOptionCtrl (int radioBG, int markCtrl);
Purpose
Sets the marked option using a control ID to specify the option to mark.
Parameters
| Input | ||
| Name | Type | Description |
| radioBG | int | Handle of the flexible radio button group that you obtained from RadioBG_CreateFromControlArray. |
| markCtrl | int | The control ID of the option in the flexible radio button group to mark. |
Return Value
| Name | Type | Description |
| returnValue | int | Return value indicating whether the function was successful. Negative values indicate an error occurred. |
Additional Information
Library: Flexible Radio Button Group
Include file: custctrl\radioBtnGrp.h
LabWindows/CVI compatibility: LabWindows/CVI 2012 and later