HelpProvider Class

Provider class for online help.

Definition

Namespace: MbcsCentral
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public class HelpProvider
Inheritance
Object    HelpProvider

Constructors

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

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetHelpTopic Getter for HelpTopicProperty. Get a help topic that's attached to an object.
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
SetHelpTopic Setter for HelpTopicProperty. Attach a help topic value to an object.
ShowHelpCanExecute Whether the F1 help command can execute.
ShowHelpExecuted Execute the F1 help command.
ShowHelpTableOfContents Show help table of contents.
ShowHelpTopic Show a help topic in the online CHM style help.
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

HelpTopicProperty Help topic dependency property.

Attached Properties

See Also