RadioButton.TextValue Property (Typed) | |
RadioButton:TextValue is set to the RadioButton:Caption text.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY TextValue AS STRING GET SET
public override string TextValue { get; set; }
Request Example
View SourceProperty Value
Type:
StringRadioButton: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