ComponentOne DynamicHelp for WinForms
C1.Win.C1DynamicHelp.4.5.2 Assembly / C1.Win.C1DynamicHelp Namespace / C1DynamicHelp Class / ShowTopic Method / ShowTopic(Int32) Method
Context id representing the topic.

In This Topic
    ShowTopic(Int32) Method
    In This Topic
    Shows the topic with the given context id in the C1DynamicHelp control.
    Syntax
    'Declaration
     
    Public Overloads Sub ShowTopic( _
       ByVal contextID As System.Integer _
    ) 
    public void ShowTopic( 
       System.int contextID
    )

    Parameters

    contextID
    Context id representing the topic.
    Exceptions
    ExceptionDescription
    specified context id is unknown.
    See Also