MonobjcMonobjc Documented Class Library
ChildWindows Property
NamespacesMonobjc.AppKitNSWindowChildWindows

Returns an array of the window’s attached child windows.

Original signature is '- (NSArray *)childWindows'

Available in Mac OS X v10.2 and later.

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