public class HelpProvider
HelpProvider | Static constructor that adds a command binding to Application.Help, binding it to the CanExecute and Executed methods of this class. |
HelpProvider | Initializes a new instance of the HelpProvider class |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetHelpTopic | Getter for HelpTopicProperty. Get a help topic that's attached to an object. |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates 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. |
ToString | Returns a string that represents the current object. (Inherited from Object) |
HelpTopicProperty | Help topic dependency property. |