Click or drag to resize

StatusBar.PermanentText Property (Typed)

X#
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 
Request Example View Source

Property Value

Type: String
A 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