Locates a topic in the table of contents.

[VBScript]
Public Sub Locate( _
   ByVal topic As Topic _
) As TocNode
[JScript]
public function Locate(
   topic : Topic
) : TocNode;

Parameters

topic
The topic to locate in the table of contents.

Return Value

The TocNode that links to the specified topic, or null if the topic was not found.

See Also

Toc Object | Toc Members | HelpProducer Namespace