ComponentOne DynamicHelp for WinForms
ShowTopic(Int32) Method

C1.Win.C1DynamicHelp.4 Assembly > C1.Win.C1DynamicHelp Namespace > C1DynamicHelp Class > ShowTopic Method : ShowTopic(Int32) Method
Context id representing the topic.
Shows the topic with the given context id in the C1DynamicHelp control.
Syntax
'Declaration
 
Public Overloads Sub ShowTopic( _
   ByVal contextID As System.Integer _
) 
public void ShowTopic( 
   System.int contextID
)

Parameters

contextID
Context id representing the topic.
Exceptions
ExceptionDescription
specified context id is unknown.
See Also

Reference

C1DynamicHelp Class
C1DynamicHelp Members
Overload List