ComponentOne DynamicHelp for WinForms
C1.Win.C1DynamicHelp.4.5.2 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.

In This Topic
    HelpTopic Constructor(String,String,HelpTopicList)
    In This Topic
    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