LabWindows/CVI

Radio_SetMarkedOption

int Radio_SetMarkedOption (int panel, int radioGroup, int optionIndex);

Purpose

Marks the specified option.

Parameters

Input
Name Type Description
panel int The specifier for a particular panel that is currently in memory. You can obtain this handle from functions such as LoadPanel and NewPanel.
radioGroup int Specifies the radio button group.
optionIndex int Zero-based index of the option you want to mark.

Return Value

Name Type Description
status int Return value indicating whether the function was successful. A negative number indicates that an error occurred.

Additional Information

Library: Radio Button Group

Include file: custctrl\radioGroup.h

LabWindows/CVI compatibility: LabWindows/CVI 7.0 and later