StatusBar.SetText Method | |
Set text for a status bar item.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD SetText(
cText,
symItemName
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual SetText(
Usual cText = default,
Usual symItemName = default
)
Request Example
View SourceParameters
- cText (Optional)
- Type: Usual
The text to set. - symItemName (Optional)
- Type: Usual
The name of the status bar item.
Return Value
Type:
UsualSee Also