ChildAppWindow.EnableStatusBar Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public override Usual EnableStatusBar(
Usual lEnable = default
)
Request Example
View SourceParameters
- 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