ComponentOne DynamicHelp for WinForms
C1.Win.C1DynamicHelp.4.5.2 Assembly / C1.Win.C1DynamicHelp Namespace / HelpTopic Class / HelpTopic Constructor / HelpTopic Constructor(String,String)
A title for the help topic being created.
A URL for the help topic being created.

In This Topic
    HelpTopic Constructor(String,String)
    In This Topic
    Creates a new instance of HelpTopic.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal title As System.String, _
       ByVal url As System.String _
    )
    public HelpTopic( 
       System.string title,
       System.string url
    )

    Parameters

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