ComponentOne DynamicHelp for WinForms
C1.Win.C1DynamicHelp.4.8 Assembly / C1.Win.C1DynamicHelp Namespace / C1DynamicHelp Class / ShowTopicForActiveControl Method
DisplayTarget where a topic will be displayed.

In This Topic
    ShowTopicForActiveControl Method
    In This Topic
    Shows in DisplayTarget the topic associated with the active control (control currently in focus).
    Syntax
    'Declaration
     
    Public Sub ShowTopicForActiveControl( _
       ByVal displayTarget As DisplayTarget _
    ) 
    public void ShowTopicForActiveControl( 
       DisplayTarget displayTarget
    )

    Parameters

    displayTarget
    DisplayTarget where a topic will be displayed.
    See Also