ComponentOne DynamicHelp for WinForms
ShowTopic(Object) Method

C1.Win.C1DynamicHelp.4 Assembly > C1.Win.C1DynamicHelp Namespace > C1DynamicHelp Class > ShowTopic Method : ShowTopic(Object) Method
Object associated with the topic to display.
Shows the topic associated in the TopicMap with a UI element in the C1DynamicHelp control.
Syntax
'Declaration
 
Public Overloads Sub ShowTopic( _
   ByVal uiElement As System.Object _
) 
public void ShowTopic( 
   System.object uiElement
)

Parameters

uiElement
Object associated with the topic to display.
Exceptions
ExceptionDescription
uiElement is null.
See Also

Reference

C1DynamicHelp Class
C1DynamicHelp Members
Overload List