MonobjcMonobjc Documented Class Library
RemoveCollection Method (collectionName)
NamespacesMonobjc.AppKitNSFontManagerRemoveCollection(NSString)

Removes the specified font collection.

Original signature is '- (BOOL)removeCollection:(NSString *)collectionName'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool RemoveCollection(
	NSString collectionName
)
Public Overridable Function RemoveCollection ( _
	collectionName As NSString _
) As Boolean
public:
virtual bool RemoveCollection(
	NSString^ collectionName
)
Parameters
collectionName (NSString)
The collection to remove.
Return Value
YES if the font collection was successfully removed; otherwise, NO.
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)