MonobjcMonobjc Documented Class Library
DisplayName Property
NamespacesMonobjc.AppKitNSFontDisplayName

Returns the name, including family and face, used to represent the font in the user interface, typically localized for the user’s language.

Original signature is '- (NSString *)displayName'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSString DisplayName { get; }
Public Overridable ReadOnly Property DisplayName As NSString
	Get
public:
virtual property NSString^ DisplayName {
	NSString^ get ();
}
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)