Toc.Locate Method |
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;
The TocNode that links to the specified topic, or null if the topic was not found.