Click or drag to resize

StatusBar.SetMessage Method (Typed)

X#
Display a string in the main message area of the status bar.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD SetMessage(
	cMessage AS STRING,
	nMode AS LONG
) AS VOID
Request Example View Source

Parameters

cMessage
Type: String
The message to be displayed in the status bar.
nMode
Type: Long
The type of message to be displayed in the status bar.
See Also