Window.EnableHelp Method (Typed) | |
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
public virtual void EnableHelp(
bool lEnable,
HelpDisplay oHelpDisplay
)
Request Example
View SourceParameters
- 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