Click or drag to resize

SplitWindow.EnableStatusBar Method

X#
Enable/disable a status bar in an application window.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD EnableStatusBar(
	lEnable
) AS USUAL CLIPPER
Request Example View Source

Parameters

lEnable (Optional)
Type: Usual
TRUE enables the status bar; FALSE disables it. The default is TRUE.

Return Value

Type: Usual
The status bar object.
Remarks
Any status information sent to the application appears on its status bar.
See Also