Finds and displays the text at the given anchor location in the given book.
Original signature is '- (void)openHelpAnchor:(NSString *)anchor inBook:(NSString *)book'
Available in Mac OS X v10.3 and later.

Declaration Syntax
Public Overridable Sub OpenHelpAnchorInBook ( _
anchor As NSString, _
book As NSString _
)

Parameters
- anchor (NSString)
- Location of the desired text.
- book (NSString)
- Help book containing the anchor. When nil, all installed help books are searched.

Version Information
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)
Assembly:
Monobjc.AppKit (Module: Monobjc.AppKit)