StatusBar.PermanentText Property (Typed) | |
A string representing the default message to be displayed on the status bar
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY PermanentText AS STRING GET SET
public virtual string PermanentText { get; set; }
Request Example
View SourceProperty Value
Type:
StringA string representing the default message to be displayed on the status bar
Remarks
A string representing the default message to be displayed on the status bar; it is stored whenever a higher priority message (including StatusBar:ControlText, StatusBar:ErrorText, or StatusBar:MenuText) takes precedence and redisplayed when no other messages take priority.
See Also