OnGetHelpContent

The OnGetHelpContent event can be implemented by a script add-in to add its own help content to the Directory Opus local F1 help. You can add a single page of help, or multiple pages (in which case the first page becomes the "topic header" and all subsequent pages appear below it in the index). You can also add images which can be displayed in the help content. Note that script-added help is only possible if the user has local http help enabled (which is the default) - if the user has chosen to use the old HtmlHelp interface then your content won't appear. 

 

Method Name:

OnGetHelpContent

Argument Type:

GetHelpContentData 

Return Type:

None.

Description:

Use the AddHelpPage and AddHelpImage methods to add your help content.