StatusBar.PermanentText Property | |
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
public virtual Usual PermanentText { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA 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