StatusBar.SetText Method (Typed) | |
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
public virtual string SetText(
string cText,
[DefaultParameterValueAttribute("MessageArea", 3)] Symbol symItemName
)
Request Example
View SourceParameters
- cText
- Type: String
The text to set. - symItemName
- Type: Symbol
The name of the status bar item.
Return Value
Type:
StringSee Also