HelpPane_SetTitle()

Examples


The HelpPane_SetTitle() function specifies the title that will appear at the top of the docked HTML Help pane on the right side of the application’s display area.

Syntax

HelpPane_SetTitle(title)

Parameters

title – A string specifying the title to display.

Return value

A boolean. The value true indicates the title was set, while false indicates it was not.


Documentation Feedback