[]
        
(Showing Draft Content)

C1.Win.C1DynamicHelp.HelpTopic

HelpTopic Class

Represents a topic in a help file.

Inheritance
HelpTopic
Namespace: C1.Win.C1DynamicHelp
Assembly: C1.Win.C1DynamicHelp.4.8.dll
Syntax
public class HelpTopic
Remarks

You need to explicitly create HelpTopic objects in your code only if you implement your own help provider.

Constructors

Name Description
HelpTopic(string, string)

Creates a new instance of HelpTopic.

HelpTopic(string, string, HelpTopicList)

Creates a new instance of HelpTopic.

Properties

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.

Methods

Name Description
SetCtxtId(int)

Set context ID for this HelpTopic.

ToString()

Gets a string representation of this HelpTopic.