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