Help Object Library: 3.3 Customizing Help: Sizing the Help Dialog Box

Up: GEOS SDK TechDocs | Up | Prev: 3.2 Adding the HelpControl | Next: 3.4 Managing Help Types
 HINT_HELP_TEXT_FIXED_SIZE, HINT_HELP_NOT_RESIZABLE

Depending on what you're using help for, you may want to keep the help dialog box a fixed size, or you may wish to make it not resizable. For both cases, you must use a custom help controller object and set one of the following hints on the controller:

HINT_HELP_TEXT_FIXED_SIZE
This hint is exactly the same as GenClass ' HINT_FIXED_SIZE ; it takes a CompSizeHintArgs structure as its extra data and sets the help controller's dialog box to the fixed size.
HINT_HELP_NOT_RESIZABLE
Normally, help controllers set up as GIV_DIALOG are resizable. This hint will counteract that behavior and make the window not resizable.

Up: GEOS SDK TechDocs | Up | Prev: 3.2 Adding the HelpControl | Next: 3.4 Managing Help Types