MonobjcMonobjc Documented Class Library
WindowNibName Property
NamespacesMonobjc.AppKitNSDocumentWindowNibName

Overridden by subclasses to return the name of the document’s sole nib file.

Original signature is '- (NSString *)windowNibName'

Available in Mac OS X v10.0 and later.

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