MonobjcMonobjc Documented Class Library
WindowNibPath Property
NamespacesMonobjc.AppKitNSWindowControllerWindowNibPath

Returns the full path of the nib file that stores the window associated with the receiver.

Original signature is '- (NSString *)windowNibPath'

Available in Mac OS X v10.0 and later.

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