HelpPane_Create()

Examples


The HelpPane_Create() function creates a docked HTML Help pane on the right side of the application’s display area. This pane can be used to display topics from a compiled HTML Help (.chm) file.

Syntax

HelpPane_Create()

Parameters

• None

Return value

A boolean. The value true indicates the help pane was created, while false indicates it was not.

Comments

The HelpPane_Create() function creates the help pane, but does not display it. Use the HelpPane_Show() function to display the help pane.


Documentation Feedback