ComponentOne DynamicHelp for WinForms
C1.Win.C1DynamicHelp.4.5.2 Assembly / C1.Win.C1DynamicHelp Namespace / C1DynamicHelp Class / SetHelpTopic Method
Object associated with the help topic.
The MapItem object to associate with the uiElement.

In This Topic
    SetHelpTopic Method
    In This Topic
    Associates a MapItem object with a UI element.
    Syntax
    'Declaration
     
    Public Sub SetHelpTopic( _
       ByVal uiElement As System.ComponentModel.Component, _
       ByVal info As MapItem _
    ) 
    public void SetHelpTopic( 
       System.ComponentModel.Component uiElement,
       MapItem info
    )

    Parameters

    uiElement
    Object associated with the help topic.
    info
    The MapItem object to associate with the uiElement.
    See Also