Click or drag to resize

Window.StatusMessage Method (Typed)

X#
This is an empty method, since the Window class does not have a statusbar.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD StatusMessage(
	oHL,
	ntype
) AS USUAL CLIPPER
Request Example View Source

Parameters

oHL (Optional)
Type: Usual
The hyperlabel containing a description (HyperLabel:Description) for the status message or the status message as a string.
ntype (Optional)
Type: Usual
The constant value indicating the type and priority of the message to be displayed on the status bar. The highest priority message (MESSAGEMENU) always takes precedence over and replaces lower priority messages. See table in the remarks section for more info.

Return Value

Type: Usual
NIL
See Also