RadioButtonGroup.TextValue 属性 | |
RadioButtonGroup:TextValue 包含 FillUsing() 数组的第一个元素
命名空间:
XSharp.VO.SDK
程序集:
XSharp.VOGUIClasses (在 XSharp.VOGUIClasses.dll 中) 版本:2.22 GA
语法 VIRTUAL PROPERTY TextValue AS STRING GET SET
public override string TextValue { get; set; }
查看代码属性值
类型:
StringRadioButtonGroup:TextValue 包含 FillUsing() 数组的第一个元素
备注
RadioButtonGroup:TextValue 包含 FillUsing() 数组的第一个元素(通常是单选按钮的标题文本)的值;
如果没有选中的按钮,RadioButtonGroup:TextValue 被设置为 NULL_STRING。
参见