ComponentOne DynamicHelp for WinForms
C1.Win.C1DynamicHelp.4.5.2 Assembly / C1.Win.C1DynamicHelp Namespace / C1DynamicHelp Class / GetHelpTopic Method
Represents a UI element associated with a help topic.

In This Topic
    GetHelpTopic Method
    In This Topic
    Gets the MapItem object currently associated with a given UI element.
    Syntax
    'Declaration
     
    Public Function GetHelpTopic( _
       ByVal uiElement As System.ComponentModel.Component _
    ) As MapItem
    public MapItem GetHelpTopic( 
       System.ComponentModel.Component uiElement
    )

    Parameters

    uiElement
    Represents a UI element associated with a help topic.

    Return Value

    The MapItem object associated with the specified UI element.
    See Also