FileDialog.SetHelpContext Method
Parent Object: FileDialogDescription
Method that sets the HTML Help Context to display when the help button is pressed in the FileDialog.
Syntax
FileDialog.SetHelpContext( FileName As String, Context As Long )Parameters
Name | Type | Description |
FileName | String | Input string that specifies the path of the HTML(.chm) file or a website address. |
Context | Long | Input Long that specifies the HTML help context or -1 when the FileName is specified with a website address. |