HelpPane_Show()

Examples


The HelpPane_Show() function causes the docked HTML Help pane to be shown or hidden in the application.

Syntax

HelpPane_Show(action)

Parameters

action – A boolean. The value true specifies that the help pane should be shown, while false specifies it should be hidden.

Return value

A boolean. The value true indicates the action was completed successfully, while false indicates it was not.

Comments

You must use the HelpPane_Create() function to create the help pane before you can show it.


Documentation Feedback