StatusBar.SetMessage Method (Typed) | |
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
public virtual void SetMessage(
string cMessage,
int nMode
)
Request Example
View SourceParameters
- 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