RadioButton.TextValue 属性 | |
RadioButton:TextValue 设置为 RadioButton:Caption 文本。
命名空间:
XSharp.VO.SDK
程序集:
XSharp.VOGUIClasses (在 XSharp.VOGUIClasses.dll 中) 版本:2.22 GA
语法 VIRTUAL PROPERTY TextValue AS STRING GET SET
public override string TextValue { get; set; }
查看代码属性值
类型:
StringRadioButton:TextValue 设置为 RadioButton:Caption 文本。
备注
RadioButton:TextValue 设置为 RadioButton:Caption 文本。RadioButton:TextValue 的赋值也会改变 RadioButton:Caption。
参见