Click or drag to resize

RadioButton.Pressed Property (Typed)

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

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

Property Value

Type: Logic
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