Click or drag to resize

AppWindow.EnableStatusBar Method (Typed)

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

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD EnableStatusBar(
	 lEnable AS LOGIC
) AS StatusBar
Request Example View Source

Parameters

lEnable
Type: Logic
TRUE enables the status bar; FALSE disables it. The default is TRUE.

Return Value

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