MonobjcMonobjc Documented Class Library
SetWindow Method (aWindow)
NamespacesMonobjc.AppKitNSDocumentSetWindow(NSWindow)

Sets the window Interface Builder outlet of this class.

Original signature is '- (void)setWindow:(NSWindow *)aWindow'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetWindow(
	NSWindow aWindow
)
Public Overridable Sub SetWindow ( _
	aWindow As NSWindow _
)
public:
virtual void SetWindow(
	NSWindow^ aWindow
)
Parameters
aWindow (NSWindow)
The window to which the receiver’s window outlet points.
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)