Click or drag to resize

StatusBar.PermanentText Property

X#
A string representing the default message to be displayed on the status bar

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY PermanentText AS USUAL GET SET 
Request Example View Source

Property Value

Type: Usual
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