HelpBuilderHelpProvider.ParentForm

The hosting form for this HelpBuilderHelpProvider. This property must
be set as it acts as the 'hook' that hooks up the hot key trapping for
the form.

This property is used internally and is set automatically in the
VS.NET designer. If you manually use the help provider make sure you
manually set the property to the form reference.



public System.Windows.Forms.Form ParentForm

Example

// Initialization this.oHelp = new Westwind.Windows.Controls.HelpBuilderHelpProvider(); // Required property settings this.oHelp.HelpNamespace = "webmonitor.chm"; this.oHelp.ParentForm = this; // this is required!

See also:

Class HelpBuilderHelpProvider


  Last Updated: 2/5/2005 | © West Wind Techologies, 2007