StatusBar.ErrorText Property | |
A string representing an error message to be displayed on the status bar. This message takes priority over the StatusBar:ControlText and StatusBar:PermanentText messages.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY ErrorText AS USUAL GET SET
public virtual Usual ErrorText { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA string representing an error message to be displayed on the status bar. This message takes priority over the StatusBar:ControlText and StatusBar:PermanentText messages.
See Also