MonobjcMonobjc Documented Class Library
WindowWithWindowNumber Method (windowNum)
NamespacesMonobjc.AppKitNSApplicationWindowWithWindowNumber(NSInteger)

Returns the window corresponding to the specified window number.

Original signature is '- (NSWindow *)windowWithWindowNumber:(NSInteger)windowNum'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSWindow WindowWithWindowNumber(
	NSInteger windowNum
)
Public Overridable Function WindowWithWindowNumber ( _
	windowNum As NSInteger _
) As NSWindow
public:
virtual NSWindow^ WindowWithWindowNumber(
	NSInteger windowNum
)
Parameters
windowNum (NSInteger)
The unique window number associated with the desired NSWindow object.
Return Value
The desired window object or nil if the window could not be found.
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)