Set the help for the object to open a Windows help file. | |
Syntax: | object.SetHelpWinHelp File, ContextIDExpr |
Parameters: |
File As
String - The Windows help file
to display for help.
ContextIDExpr As String - A CIMPLICITY expression that will
evaluate to the context ID of the topic within that help file to be
displayed.
|
Description: | Configures the object with a help file that is
displayed when the user requests help on the object. The context ID
specifies the topic within the help file. Sets the HelpType to gefHelpWinHelp. |
See Also: | SetHelpNone , SetHelpText , SetHelpTextFile |