DataWindow.EnableStatusBar Method (Typed) | |
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
public override StatusBar EnableStatusBar(
bool lEnable
)
Request Example
View SourceParameters
- 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