FileDialog.SetHelpTopic Method
Parent Object: FileDialogDescription
Method that sets the HTML Help Topic to display when the help button is pressed in the FileDialog.
Syntax
FileDialog.SetHelpTopic( FileName As String, TopicName As String )Parameters
Name | Type | Description |
FileName | String | Input string that specifies the name of the HTML file. |
TopicName | String | Input string that specifies the HTML topic to display. |