Click or drag to resize

StatusBar.SetText Method (Typed)

X#
Set text for a status bar item.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD SetText(
	cText AS STRING,
	 symItemName AS SYMBOL
) AS STRING
Request Example View Source

Parameters

cText
Type: String
The text to set.
symItemName
Type: Symbol
The name of the status bar item.

Return Value

Type: String
See Also