StatusBar.ErrorText 属性 | |
一个字符串,表示要在状态栏上显示的错误消息。这条消息优先于 StatusBar:ControlText 和 StatusBar:PermanentText 消息。
命名空间:
XSharp.VO.SDK
程序集:
XSharp.VOGUIClasses (在 XSharp.VOGUIClasses.dll 中) 版本:2.22 GA
语法 VIRTUAL PROPERTY ErrorText AS STRING GET SET
public virtual string ErrorText { get; set; }
查看代码属性值
类型:
String一个字符串,表示要在状态栏上显示的错误消息。这条消息优先于 StatusBar:ControlText 和 StatusBar:PermanentText 消息。
参见