Radio_Create
- Updated2023-02-21
- 1 minute(s) read
int Radio_Create (int panel, int top, int left);
Purpose
Creates a new mutually exclusive radio button group.
This control is a tree that is configured to look and behave like a 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. |
| top | int | The vertical coordinate at which the upper left corner of the control (not including labels) is placed. The coordinate must be an integer value from -32768 to 32767. The origin (0,0) is at the upper-left corner of the panel (directly below the title bar) before the panel is scrolled. |
| left | int | The horizontal coordinate at which the upper left corner of the control (not including labels) is placed. The coordinate must be an integer value from -32768 to 32767. The origin (0,0) is at the upper-left corner of the panel (directly below the title bar) before the panel is scrolled. |
Return Value
| Name | Type | Description |
| radioGroupControl | int | Returns the ID used to specify this control in subsequent function calls. Negative values indicate that an error occurred. |
Additional Information
Library: Radio Button Group
Include file: custctrl\radioGroup.h
LabWindows/CVI compatibility: LabWindows/CVI 7.0 and later