Window.StatusMessage Method | |
This is an empty method, since the Window class does not have a statusbar.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD StatusMessage(
oHL,
ntype
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual StatusMessage(
Usual oHL = default,
Usual ntype = default
)
Request Example
View SourceParameters
- 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:
UsualNIL
See Also