MonobjcMonobjc Documented Class Library
NSWindowOrderingMode Enumeration
NamespacesMonobjc.AppKitNSWindowOrderingMode

These constants let you specify how a window is ordered relative to another window. For more information, see orderWindow:relativeTo:.

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSWindowOrderingMode
Public Enumeration NSWindowOrderingMode
public enum class NSWindowOrderingMode
Members
MemberDescription
NSWindowAbove

Moves the window above the indicated window.

Available in Mac OS X v10.0 and later.


NSWindowBelow

Moves the window below the indicated window.

Available in Mac OS X v10.0 and later.


NSWindowOut

Moves the window off the screen.

Available in Mac OS X v10.0 and later.


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)