Click or drag to resize

StatusBar.ControlText Property (Typed)

X#
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:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY ControlText AS STRING GET SET 
Request Example View Source

Property Value

Type: String
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.
See Also