MonobjcMonobjc Documented Class Library
OpenHelpAnchorInBook Method (anchor, book)
NamespacesMonobjc.AppKitNSHelpManagerOpenHelpAnchorInBook(NSString, NSString)

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
C#Visual BasicVisual C++
public virtual void OpenHelpAnchorInBook(
	NSString anchor,
	NSString book
)
Public Overridable Sub OpenHelpAnchorInBook ( _
	anchor As NSString, _
	book As NSString _
)
public:
virtual void OpenHelpAnchorInBook(
	NSString^ anchor, 
	NSString^ book
)
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)