ShowTopic(HelpTopic) Method
In This Topic
Shows the given
HelpTopic in the C1DynamicHelp control.
Syntax
'Declaration
Public Overloads Sub ShowTopic( _
ByVal As HelpTopic _
)
public void ShowTopic(
HelpTopic
)
Parameters
- topic
- HelpTopic object representing the topic.
Exceptions
Exception | Description |
System.ArgumentNullException | topic is null. |
See Also