Click or drag to resize

Window.EnableHelp Method (Typed)

X#
Enable or disable help for a window and its child windows.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD EnableHelp(
	lEnable AS LOGIC,
	oHelpDisplay AS HelpDisplay
) AS VOID
Request Example View Source

Parameters

lEnable
Type: Logic
TRUE enables help; FALSE disables help. If not specified, the default is TRUE.
oHelpDisplay
Type: HelpDisplay
A HelpDisplay object specifying the help file to use.

Return Value

Type: 
NIL
Remarks
This method is called by Window:HelpDisplay().
See Also