MonobjcMonobjc Documented Class Library
FontPanel Method (createFlag)
NamespacesMonobjc.AppKitNSFontManagerFontPanel(Boolean)

Returns the application’s shared Font panel object, optionally creating it if necessary.

Original signature is '- (NSFontPanel *)fontPanel:(BOOL)createFlag'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSFontPanel FontPanel(
	bool createFlag
)
Public Overridable Function FontPanel ( _
	createFlag As Boolean _
) As NSFontPanel
public:
virtual NSFontPanel^ FontPanel(
	bool createFlag
)
Parameters
createFlag (Boolean)
If YES, the Font panel object is created if necessary; if NO, it is not.
Return Value
The application’s shared Font panel object.
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)