ComponentOne DynamicHelp for WinForms
SetHelpTopic Method

C1.Win.C1DynamicHelp.4 Assembly > C1.Win.C1DynamicHelp Namespace > C1DynamicHelp Class : SetHelpTopic Method
Object associated with the help topic.
The MapItem object to associate with the uiElement.
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

Reference

C1DynamicHelp Class
C1DynamicHelp Members