RadioButton.Pressed Property (Typed) | |
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
public virtual bool Pressed { get; set; }
Request Example
View SourceProperty Value
Type:
LogicA 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