HelpProvider Constructor

Static constructor that adds a command binding to Application.Help, binding it to the CanExecute and Executed methods of this class.

Definition

Namespace: MbcsCentral
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
static HelpProvider()

Remarks

With this in place, when the user presses F1 our help will be invoked.

See Also