MonobjcMonobjc Documented Class Library
NSWindowRunLoopOrderingMode Enumeration
NamespacesMonobjc.AppKitNSWindowRunLoopOrderingMode

These constants are passed to NSRunLoop's performSelector:target:argument:order:modes:.

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSWindowRunLoopOrderingMode
Public Enumeration NSWindowRunLoopOrderingMode
public enum class NSWindowRunLoopOrderingMode
Members
MemberDescription
NSDisplayWindowRunLoopOrdering

The priority at which windows are displayed.

Available in Mac OS X v10.0 and later.


NSResetCursorRectsRunLoopOrdering

The priority at which cursor rects are reset.

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)