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