MonobjcMonobjc Documented Class Library
SetFontPanelFactory Method (factoryId)
NamespacesMonobjc.AppKitNSFontManagerSetFontPanelFactory(Class)

Sets the class used to create the Font panel to the given class.

Original signature is '+ (void)setFontPanelFactory:(Class)factoryId'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static void SetFontPanelFactory(
	Class factoryId
)
Public Shared Sub SetFontPanelFactory ( _
	factoryId As Class _
)
public:
static void SetFontPanelFactory(
	Class^ factoryId
)
Parameters
factoryId (Class)
The new font panel factory class, which should be a subclass of NSFontPanel.
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)