HelpPane_SetWidth()

Examples


The HelpPane_SetWidth() function specifies the width of the docked HTML Help pane on the right side of the application area.

Syntax

HelpPane_SetWidth(width)

Parameters

width – An integer specifying the width of the docked help pane.

Return value

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

Comments

The default width for the docked help pane is 250 pixels.

Return value

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


Documentation Feedback