MonobjcMonobjc Documented Class Library
DisplayName Property
NamespacesMonobjc.AppKitNSDocumentDisplayName

Returns the name of the receiver as displayed in the title bars of the document’s windows and in alert dialogs related to the document.

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)