MonobjcMonobjc Documented Class Library
RegisterBooksInBundle Method (bundle)
NamespacesMonobjc.AppKitNSHelpManagerRegisterBooksInBundle(NSBundle)

Registers one or more help books in the given bundle.

Original signature is '- (BOOL)registerBooksInBundle:(NSBundle *)bundle'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool RegisterBooksInBundle(
	NSBundle bundle
)
Public Overridable Function RegisterBooksInBundle ( _
	bundle As NSBundle _
) As Boolean
public:
virtual bool RegisterBooksInBundle(
	NSBundle^ bundle
)
Parameters
bundle (NSBundle)
The bundle for additional help books. Books in the main bundle are automatically registered.
Return Value
YES if registration is successful, NO if if the bundle doesn't contain any help books or if registration fails.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)