RadioButton.Pressed Property | |
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
public virtual Usual Pressed { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA 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