RadioButton.TextValue Property | |
RadioButton:TextValue is set to the RadioButton:Caption text.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY TextValue AS USUAL GET SET
public override Usual TextValue { get; set; }
Request Example
View SourceProperty Value
Type:
UsualRadioButton:TextValue is set to the RadioButton:Caption text.
Remarks
RadioButton:TextValue is set to the RadioButton:Caption text. The RadioButton:TextValue assign also changes the RadioButton:Caption.
See Also