MonobjcMonobjc Documented Class Library
ParentWindow Property
NamespacesMonobjc.AppKitNSWindowParentWindow

Returns the parent window to which the window is attached as a child.

Original signature is '- (NSWindow *)parentWindow'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSWindow ParentWindow { get; set; }
Public Overridable Property ParentWindow As NSWindow
	Get
	Set
public:
virtual property NSWindow^ ParentWindow {
	NSWindow^ get ();
	void set (NSWindow^ value);
}
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)