Share via


How to: Provide Help for the Property Pages Dialog Box

Use the following procedure to provide Help for the Property Pages dialog box.

To provide Help for the Property Pages dialog box

  1. Call GetPageInfo and set the pszHelpFile member of the PROPPAGEINFO structure to any string.

    This forces the IDE to display the Help button on the Property Pages dialog box.

  2. Once the Help button is displayed, you can call DisplayTopicFromF1Keyword to display the actual Help topic. For more information, see How to: Provide Context for Modal and Modeless Dialog Boxes.

See Also

Tasks

How to: Provide Context for Modal and Modeless Dialog Boxes