HelpPane_GetWidth()

Examples


The HelpPane_GetWidth() function retrieves the width of the docked HTML Help pane in the application.

Syntax

HelpPane_GetWidth()

Parameters

• None

Return value

An integer containing the width of the help pane.

Comments

If the help pane hasn’t been created, this function returns the value 0 (zero). The default width for the help pane is 250 pixels. The minimum width is 20 pixels.


Documentation Feedback