ComponentOne DynamicHelp for WinForms
C1.Win.C1DynamicHelp.4.5.2 Assembly / C1.Win.C1DynamicHelp Namespace / C1DynamicHelp Class / ShowTopic Method / ShowTopic(String) Method
String that represents the topic's internal URL.

In This Topic
    ShowTopic(String) Method
    In This Topic
    Shows the topic with the given URL in the C1DynamicHelp control.
    Syntax
    'Declaration
     
    Public Overloads Sub ShowTopic( _
       ByVal topicUrl As System.String _
    ) 
    public void ShowTopic( 
       System.string topicUrl
    )

    Parameters

    topicUrl
    String that represents the topic's internal URL.
    Exceptions
    ExceptionDescription
    topicUrl is null.
    See Also