[]
Represents a topic in a help file.
public class HelpTopic
You need to explicitly create HelpTopic objects in your code only if you implement your own help provider.
Name | Description |
---|---|
HelpTopic(string, string) | Creates a new instance of HelpTopic. |
HelpTopic(string, string, HelpTopicList) | Creates a new instance of HelpTopic. |
Name | Description |
---|---|
ContextID | Gets the unique numeric ID of the topic within the help system used for context sensitive help purposes. |
SubTopics | Gets the list of child topics. |
Title | Gets the name of the help topic. |
Url | Gets the topic URL relative to the help source. |
Name | Description |
---|---|
SetCtxtId(int) | Set context ID for this HelpTopic. |
ToString() | Gets a string representation of this HelpTopic. |