LabWindows/CVI

Radio_RemoveOption

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

Purpose

Removes an option from the radio button group.

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 from which to remove the option.
optionIndex int Zero-based index of the option to remove.

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