using the AdvToolPager help button

How do call or open a help file (.chm) using the Help Button on an AdvToolPager component?  I cannot find a property or event that can be used.  I also checked "TMS Advanced Toolbars & Menus DEVELOPERS GUIDE".

In my other applications, where I use a traditional menu, the user clicks on the Help menu item, which then opens the help file specified in the project options, using the following code:

     HtmlHelp(0, Application.HelpFile, HH_DISPLAY_TOC, 0);

PKH

Never mind ... as usual the answer was obvious.  There is an OnHelpClick event that works just fine.  Getting old, need new glasses,