StatusBar.PermanentText 属性 | |
一个字符串,表示要在状态栏上显示的默认消息
命名空间:
XSharp.VO.SDK
程序集:
XSharp.VOGUIClasses (在 XSharp.VOGUIClasses.dll 中) 版本:2.22 GA
语法 VIRTUAL PROPERTY PermanentText AS STRING GET SET
public virtual string PermanentText { get; set; }
查看代码属性值
类型:
String一个字符串,表示要在状态栏上显示的默认消息
备注
一个字符串,表示要在状态栏上显示的默认消息;
当更高优先级的消息(包括 StatusBar:ControlText,StatusBar:ErrorText 或 StatusBar:MenuText)优先时,它会被存储,
当没有其他消息优先时,它会被重新显示。
参见