MonobjcMonobjc Documented Class Library
OrderWindowRelativeTo Method (orderingMode, otherWindowNumber)
NamespacesMonobjc.AppKitNSWindowOrderWindowRelativeTo(NSWindowOrderingMode, NSInteger)

Repositions the window’s window device in the window server’s screen list.

Original signature is '- (void)orderWindow:(NSWindowOrderingMode)orderingMode relativeTo:(NSInteger)otherWindowNumber'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void OrderWindowRelativeTo(
	NSWindowOrderingMode orderingMode,
	NSInteger otherWindowNumber
)
Public Overridable Sub OrderWindowRelativeTo ( _
	orderingMode As NSWindowOrderingMode, _
	otherWindowNumber As NSInteger _
)
public:
virtual void OrderWindowRelativeTo(
	NSWindowOrderingMode orderingMode, 
	NSInteger otherWindowNumber
)
Parameters
orderingMode (NSWindowOrderingMode)
MISSING
otherWindowNumber (NSInteger)
The number of the window the window is to be placed in front of or behind. Pass 0 to place the window in front of (when orderingMode is NSWindowAbove) or behind (when orderingMode is NSWindowBelow) all other windows in its level.
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)