Window.EnableHelp Method | |
Enable or disable help for a window and its child windows.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD EnableHelp(
lEnable,
oHelpDisplay
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual EnableHelp(
Usual lEnable = default,
Usual oHelpDisplay = default
)
Request Example
View SourceParameters
- lEnable (Optional)
- Type: Usual
TRUE enables help; FALSE disables help. If not specified, the default is TRUE. - oHelpDisplay (Optional)
- Type: Usual
A HelpDisplay object specifying the help file to use.
Return Value
Type:
UsualNIL
Remarks
This method is called by Window:HelpDisplay().
See Also