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