Class LM_RadioButton
Version added: before 9.5
The
LM_RadioButton class represents one choice among several. Two or more radio buttons are typically used to let the user choose between mutually exclusive options. When one is selected, the other choices get automatically de-selected. To create a new radio button, you would use the
LM.GUI.
RadioButton method.
Methods of LM_RadioButton:
Name |
Returns |
Description |
Ver |
SetValue SetValue(value)
|
void |
Sets the value of the radio button (whether it is checked or not) |
< 9.5 |
Value Value()
|
bool |
Returns the current value of the radio button |
< 9.5 |
Name |
Returns |
Description |
Ver |
Redraw Redraw()
|
void |
Call this function to force the widget to redraw itself |
< 9.5 |
Methods inherited from LM_View:
Name |
Returns |
Description |
Ver |
Enable Enable(enable)
|
void |
Enables or disables a view object |
< 9.5 |
Height Height()
|
int32 |
Added in version 11 |
11.0 |
IsEnabled IsEnabled()
|
bool |
Tells whether the view is currently enabled |
< 9.5 |
IsMouseDragging IsMouseDragging(button)
|
bool |
Added in version 11 |
11.0 |
SetCursor SetCursor(cursor)
|
void |
Change the cursor |
< 9.5 |
SetToolTip SetToolTip(tooltip)
|
void |
Added in version 12 |
12.0 |
Width Width()
|
int32 |
Added in version 11 |
11.0 |