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

© West Wind Techologies, 1996-2023 • Updated: 02/05/05
Comment or report problem with topic