ComponentOne DynamicHelp for WinForms
ShowTopic(String) Method

C1.Win.C1DynamicHelp.4 Assembly > C1.Win.C1DynamicHelp Namespace > C1DynamicHelp Class > ShowTopic Method : ShowTopic(String) Method
String that represents the topic's internal URL.
Shows the topic with the given URL in the C1DynamicHelp control.
Syntax
'Declaration
 
Public Overloads Sub ShowTopic( _
   ByVal topicUrl As System.String _
) 
public void ShowTopic( 
   System.string topicUrl
)

Parameters

topicUrl
String that represents the topic's internal URL.
Exceptions
ExceptionDescription
topicUrl is null.
See Also

Reference

C1DynamicHelp Class
C1DynamicHelp Members
Overload List