Button.CurrentText 属性 | |
对于复选框、推按钮和单选按钮,Button:CurrentText 包含 NULL_STRING。
命名空间:
XSharp.VO.SDK
程序集:
XSharp.VOGUIClasses (在 XSharp.VOGUIClasses.dll 中) 版本:2.22 GA
语法 VIRTUAL PROPERTY CurrentText AS STRING GET SET
public override string CurrentText { get; set; }
查看代码属性值
类型:
String对于复选框、推按钮和单选按钮,Button:CurrentText 包含 NULL_STRING。
参见