Click or drag to resize

RadioButton.Pressed Property

X#
A logical value representing the current state of the radio button (TRUE if it is on, FALSE if it is off).

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY Pressed AS USUAL GET SET 
Request Example View Source

Property Value

Type: Usual
A logical value representing the current state of the radio button (TRUE if it is on, FALSE if it is off).
Remarks
A logical value representing the current state of the radio button (TRUE if it is on, FALSE if it is off). RadioButton:Pressed is only modified by clicking on the button.
See Also