OpenNETCF Smart Device Framework 2.3
Encapsulates the PegHelp HTML Help engine.

Namespace:  OpenNETCF.Windows.Forms
Assembly:  OpenNETCF.Windows.Forms (in OpenNETCF.Windows.Forms.dll) Version: 2.3.0.0

Syntax

C#
public static class Help2
Visual Basic (Declaration)
Public NotInheritable Class Help2
Visual Basic (Usage)
You do not need to declare an instance of a static class in order to access its members.
Visual C++
public ref class Help2 abstract sealed
J#
public final class Help2
JScript
public final class Help2
JavaScript
OpenNETCF.Windows.Forms.Help2 = function();

Type.createClass(
	'OpenNETCF.Windows.Forms.Help2');

Remarks

You cannot create a new instance of the Help class. To provide Help to an application, call the static ShowHelp method.

Inheritance Hierarchy

System..::.Object
  OpenNETCF.Windows.Forms..::.Help2

See Also