ComponentOne DynamicHelp for WinForms
HelpTopic Constructor(String,String,HelpTopicList)

C1.Win.C1DynamicHelp.4 Assembly > C1.Win.C1DynamicHelp Namespace > HelpTopic Class > HelpTopic Constructor : HelpTopic Constructor(String,String,HelpTopicList)
A title for the help topic being created.
A URL for the help topic being created.
Child topics for the topic being created.
Creates a new instance of HelpTopic.
Syntax
'Declaration
 
Public Function New( _
   ByVal title As System.String, _
   ByVal url As System.String, _
   ByVal subtopics As HelpTopicList _
)
public HelpTopic( 
   System.string title,
   System.string url,
   HelpTopicList subtopics
)

Parameters

title
A title for the help topic being created.
url
A URL for the help topic being created.
subtopics
Child topics for the topic being created.
See Also

Reference

HelpTopic Class
HelpTopic Members
Overload List