ComponentOne DynamicHelp for WinForms
C1.Win.C1DynamicHelp.4.5.2 Assembly / C1.Win.C1DynamicHelp Namespace / C1DynamicHelp Class / ShowTopic Method / ShowTopic(Object) Method
Object associated with the topic to display.

In This Topic
    ShowTopic(Object) Method
    In This Topic
    Shows the topic associated in the TopicMap with a UI element in the C1DynamicHelp control.
    Syntax
    'Declaration
     
    Public Overloads Sub ShowTopic( _
       ByVal uiElement As System.Object _
    ) 
    public void ShowTopic( 
       System.object uiElement
    )

    Parameters

    uiElement
    Object associated with the topic to display.
    Exceptions
    ExceptionDescription
    uiElement is null.
    See Also