Share

FileDialog.SetHelpTopic Method

Parent Object: FileDialog

Description

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.

Version

Introduced in version 11

Was this information helpful?