ComponentOne DynamicHelp for WinForms
GetHelpTopic Method

C1.Win.C1DynamicHelp.4 Assembly > C1.Win.C1DynamicHelp Namespace > C1DynamicHelp Class : GetHelpTopic Method
Represents a UI element associated with a help 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

Reference

C1DynamicHelp Class
C1DynamicHelp Members