<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > CONTROLS > Control Commands > CONTROL SET OPTION |
Description
Set the Check status for an OPTION control (radio button), and unset the Check State for other OPTION buttons in a group.
Syntax
CONTROL SET OPTION hwnd, ctrlID, MinIdToUncheck, MaxIdToUncheck
Returns
None
Parameters
Name |
Type |
Optional |
Meaning |
hWnd |
Number |
No |
Handle of the dialog containing the control |
ctrlID |
Number |
No |
Control identifier assigned to the control during CONTROL ADD ... |
MinIdToUncheck |
Number |
No |
|
MaxIdToUncheck |
Number |
No |
Remarks
Restrictions
See also
Examples