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.
HelpPane_Create()
• None
A boolean. The value true indicates the help pane was created, while false indicates it was not.
The HelpPane_Create() function creates the help pane, but does not display it. Use the HelpPane_Show() function to display the help pane.